🆕 add workflows for Codecov

This commit is contained in:
Binary Wang 2023-08-04 10:47:00 +08:00 committed by Binary Wang
parent 8eb780200c
commit c144eb78cb

4
.github/workflows vendored Normal file
View File

@ -0,0 +1,4 @@
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}