Skip to content

Commit

Permalink
Update run_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 10, 2024
1 parent 56ec7c3 commit 108ed24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
file: ./coverage.xml
files: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -121,6 +121,6 @@ jobs:
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
file: ./coverage.xml
files: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 108ed24

Please sign in to comment.