mirror of
https://github.com/iustin/mt-st.git
synced 2025-12-23 05:45:13 +00:00
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:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user