We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d1efee + e6afa3f commit 0a7d271Copy full SHA for 0a7d271
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
make check-tidy
29
make check-headers
30
- name: Upload coverage report
31
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
32
with:
33
file: ./coverage.txt
34
flags: unittests
0 commit comments