We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca0ba9 commit 873ad36Copy full SHA for 873ad36
.github/workflows/run-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Run linter and tests
41
run: make test-ci
42
- name: Update code coverage
43
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
44
with:
45
flags: unittests
46
fail_ci_if_error: true # optional (default = false)
0 commit comments