Skip to content

Commit

Permalink
file -> files
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Oct 27, 2023
1 parent c96b1d5 commit 97fca73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
coverage report -m ; coverage xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
file: coverage.xml
files: ./coverage.xml
flags: unittests # optional
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 97fca73

Please sign in to comment.