mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 18:11:03 +00:00
ci: fix the deprecated argument of codecov
This commit is contained in:
parent
160ee0a8b2
commit
3120dab1dd
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
- name: Upload code coverage report to Codecov
|
- name: Upload code coverage report to Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
file: ./codecov.report
|
files: ./codecov.report
|
||||||
flags: unittests
|
flags: unittests
|
||||||
name: codecov-ants
|
name: codecov-ants
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user