Skip to content

Commit

Permalink
Attempt to get coverage working
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Sep 23, 2022
1 parent 21b2c02 commit 0f2f955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Run tests with coverage
if: "matrix.coverage"
run: |
sudo apt-get install -y lcov
pip install extension-helpers Cython==3.0.0a10 numpy wheel
COVERAGE=1 pip install -e '.[test]' --no-clean --no-build-isolation
pytest --pyargs astroscrappy docs --cov astroscrappy --cov-report=xml:coverage.xml
Expand Down

0 comments on commit 0f2f955

Please sign in to comment.