Skip to content

Commit

Permalink
excluding setup.py and test from coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
nbelakovski committed Sep 14, 2021
1 parent 1766166 commit 8eac29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
coverage run --source=./ -m pytest
coverage run --source=./cr3bp -m pytest
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 8eac29e

Please sign in to comment.