We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f52837d + ad4032e commit 88d20c6Copy full SHA for 88d20c6
.github/workflows/run-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run linter and tests
39
run: make test-ci
40
- name: Update code coverage
41
- uses: codecov/[email protected].1
+ uses: codecov/[email protected].2
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
flags: unittests
0 commit comments