Skip to content

Commit

Permalink
Merge pull request #81 from punch-mission/fix-codecov-pytestmpl
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
jmbhughes authored Oct 16, 2023
2 parents e865420 + b89a14e commit ee24fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
python setup.py pytest --addopts "--cov ."
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
verbose: true

0 comments on commit ee24fc8

Please sign in to comment.