Skip to content

Commit

Permalink
install coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Feb 18, 2024
1 parent 3724a5d commit 96bf08b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Install package
run: python -m pip install .

- name: Install coverage
run: python -m pip install coverage

- name: Unit tests
run: tests/run_tests.sh -c

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ jobs:
if: ${{ ! startsWith(matrix.os, 'windows-') }}
run: |
python -m pip install wheelhouse/cp${{ matrix.cibw_python }}-${{matrix.platform_id }}/*.whl
python -m pip install coverage
tests/run_tests.sh -c
- name: Install and test (Windows)
if: startsWith(matrix.os, 'windows-')
run: |
python -m pip install --find-links=.\wheelhouse\cp${{ matrix.cibw_python }}-${{matrix.platform_id }} antspyx
python -m pip install coverage
tests/run_tests.sh -c
- name: Coveralls
Expand Down

0 comments on commit 96bf08b

Please sign in to comment.