Skip to content

Commit

Permalink
Update coverage.yml "run -m pytest"
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin authored Apr 6, 2024
1 parent ce11ef9 commit cabdb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install -e .
- name: Test with coverage
run: |
coverage run --branch --source allantools setup.py test
coverage run -m pytest
coverage report
coverage lcov
- name: Coveralls GitHub Action
Expand Down

0 comments on commit cabdb11

Please sign in to comment.