Skip to content

Commit

Permalink
Another config
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuer committed Nov 25, 2024
1 parent 2caed72 commit c703ef2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
file: ./coverage.xml
fails_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.run-codecov }}
with:
fails_ci_if_error: false
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c703ef2

Please sign in to comment.