Skip to content

Commit

Permalink
Rename codecov-action's file argument to files
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Sep 12, 2021
1 parent b69fd0c commit 304109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
file: ./coverage.xml # optional
files: ./coverage.xml # optional
env_vars: OS,PYTHON,NUMPY
fail_ci_if_error: false

0 comments on commit 304109d

Please sign in to comment.