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 Nov 27, 2023
2 parents 8b59f0d + 210da07 commit c3458d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
pip install -e .
- name: Test with coverage
run: |
coverage run --source allantools setup.py test
coverage html
coverage run --branch --source allantools setup.py test
coverage report
coverage lcov
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.2.3

0 comments on commit c3458d9

Please sign in to comment.