Skip to content

Commit

Permalink
Update coverage.yml use --branch option
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Nov 27, 2023
1 parent 0fbd120 commit f5ff3fc
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 --source allantools setup.py test
coverage run --branch --source allantools setup.py test
coverage html
coverage report
- name: Coveralls GitHub Action
Expand Down

0 comments on commit f5ff3fc

Please sign in to comment.