Skip to content

Commit

Permalink
Use file instead of files
Browse files Browse the repository at this point in the history
  • Loading branch information
kdarkhan committed Feb 26, 2024
1 parent 7c91088 commit 1ccac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ github.workspace }}/codecov_report.json
file: ${{ github.workspace }}/codecov_report.json
fail_ci_if_error: true
# Manual overrides for these parameters are needed because automatic detection
# in codecov-action does not work for non-`pull_request` workflows.
Expand Down

0 comments on commit 1ccac63

Please sign in to comment.