Skip to content

Commit

Permalink
Rename file key to codecov-action to files
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 18, 2024
1 parent b677ec4 commit 69e4d3d
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 @@ -139,7 +139,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
flags: unittests
# name: codecov-umbrella
# yml: ./codecov.yml
Expand Down

0 comments on commit 69e4d3d

Please sign in to comment.