Skip to content

Commit

Permalink
Generating coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpert authored Dec 31, 2023
1 parent 2eb6839 commit 95a1592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Test with pytest
run: |
conda install pytest
conda install pytest coverage
pytest
coverage run -m pytest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 95a1592

Please sign in to comment.