Skip to content

Commit

Permalink
chore: restrict pytest's coverage to main folder
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorres committed Dec 12, 2021
1 parent da0fc15 commit ce65969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Run tests with pytest
run: |
source .venv/bin/activate
pytest --cov=. --cov-fail-under=75 -vvv
pytest --cov=oneup --cov-fail-under=75 -vvv

0 comments on commit ce65969

Please sign in to comment.