Skip to content

Commit

Permalink
Update code-coverage.yml (#1711)
Browse files Browse the repository at this point in the history
* Update code-coverage.yml

* Update code-coverage.yml
  • Loading branch information
DerekRushton committed Aug 21, 2024
1 parent c96085d commit a1a16a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
pip install codecov
pytest --cov=./ --cov-report=xml
- name: Upload coverage information to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
version: "v0.5.2"
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
#verbose: true

0 comments on commit a1a16a7

Please sign in to comment.