Skip to content

Commit

Permalink
Update coverage run
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Feb 9, 2024
1 parent 07ea1e2 commit 7d6787c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run coverage
if: matrix.os == 'ubuntu-latest'
run: |
pip install pytest coverage coveralls
pip install pytest pytest-cov
coverage run -m pytest tests/
- name: Upload coverage to coveralls
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 7d6787c

Please sign in to comment.