Skip to content

Commit

Permalink
Merge pull request #263 from alchemistry/ci-coverage-update
Browse files Browse the repository at this point in the history
update coverage CI action
  • Loading branch information
orbeckst authored Nov 1, 2022
2 parents be76199 + 954823c commit 71bfa62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
MPLBACKEND: agg

- name: Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
file: ./coverage.xml
fail_ci_if_error: true

0 comments on commit 71bfa62

Please sign in to comment.