Skip to content

Commit

Permalink
ci: fix the deprecated argument of codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Jan 12, 2025
1 parent 160ee0a commit 3120dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3120dab

Please sign in to comment.