We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9aa11d + b015cb4 commit 22c09ccCopy full SHA for 22c09cc
.github/workflows/ci-c.yml
@@ -44,7 +44,7 @@ jobs:
44
make tests
45
CTEST_OUTPUT_ON_FAILURE=1 make test
46
- name: Upload test coverage to Codecov
47
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
48
with:
49
file: build/coverage/coverage.xml
50
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments