Skip to content

Commit

Permalink
Try coverage generation using editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Mar 21, 2024
1 parent b18cb44 commit f30cc2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Test with pytest
run: |
conda install pytest-cov
pytest
- name: Generate coverage reports
run: |
conda remove --force benchcab
pip install -e .
pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit f30cc2a

Please sign in to comment.