Skip to content

Commit

Permalink
Fix codecov action parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ffl096 committed Nov 18, 2024
1 parent eba0a79 commit 2c5b814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_codebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
files: coverage.xml
fail_ci_if_error: false

0 comments on commit 2c5b814

Please sign in to comment.