Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: code coverage reporting
Browse files Browse the repository at this point in the history
Codecov no longer exists on PyPI, so switch to github
action to run coverage report.
  • Loading branch information
robrap committed Apr 13, 2023
1 parent 699a59f commit 04c086e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ jobs:
architecture: x64
- name: Report coverage
if: matrix.testname == 'test-python'
run: |
pip install codecov
codecov
uses: codecov/codecov-action@v3
with:
flags: unittests
fail_ci_if_error: true

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 04c086e

Please sign in to comment.