Skip to content

Commit

Permalink
[github actions] generate code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 12, 2024
1 parent 74d0c26 commit 5a0d4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
pip install .
- name: Test with pytest
run: |
conda install pytest
pytest
conda install pytest coverage
coverage run -m pytest
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit 5a0d4be

Please sign in to comment.