Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aewallin/allantools
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Apr 7, 2024
2 parents 733822b + cabdb11 commit 01c2f36
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 01c2f36

Please sign in to comment.