Skip to content

Commit

Permalink
Upload coverage report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Aug 26, 2024
1 parent 8a315f6 commit 2c28521
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Test
run: pytest --cov=pffdtd --cov-branch

# - name: Upload coverage report
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
- name: Upload coverage report
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 2c28521

Please sign in to comment.