Skip to content

Commit

Permalink
Merge pull request #1530 from dandi/file-key
Browse files Browse the repository at this point in the history
Rename `file` key to codecov-action to `files`
  • Loading branch information
jwodder authored Nov 18, 2024
2 parents b677ec4 + 69e4d3d commit 958adbe
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 958adbe

Please sign in to comment.