mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 09:51:02 +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
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
file: ./codecov.report
|
||||
files: ./codecov.report
|
||||
flags: unittests
|
||||
name: codecov-ants
|
||||
fail_ci_if_error: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user