We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0122345 commit 9ba3609Copy full SHA for 9ba3609
.github/workflows/ci.yml
@@ -58,9 +58,8 @@ jobs:
58
--cov-report xml:"./coverage.xml" --junitxml="./test-reports/xunit.xml"
59
60
- name: Upload coverage to Codecov
61
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
62
with:
63
- token: ${{ secrets.CODECOV_TOKEN }}
64
files: ./coverage.xml
65
directory: ./coverage/reports/
66
flags: unittests
0 commit comments