Upgrade the codecov action to v5

And also add the token for uploading, as the last
commit ran into rate ACLs. Note entirely sure
about arguments, let's see.
This commit is contained in:
Iustin Pop
2025-01-07 21:08:10 +01:00
parent 32fba27f78
commit e14e9af952

View File

@@ -61,12 +61,12 @@ jobs:
run: make check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: codecov-gcc
#fail_ci_if_error: true
fail_ci_if_error: true
verbose: true
gcov: true
token: ${{ secrets.CODECOV_TOKEN }}
sanitizers:
name: Test with clang sanitizers