We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4628817 + 274ce06 commit d064af3Copy full SHA for d064af3
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
make check-tidy
25
make check-headers
26
- name: Upload coverage report
27
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
28
with:
29
file: ./coverage.txt
30
flags: unittests
0 commit comments