Skip to content

Commit

Permalink
Fix coverage test (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
gecrooks authored Oct 5, 2021
1 parent e8ee71e commit 4e49307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Test with pytest
run: |
cd example_python_project
python -m pytest --cov-fail-under 100
python -m pytest --cov --cov-fail-under 100
- name: Lint with black and isort (run `make delint` to fix issues)
run: |
black --check example_python_project hooks
Expand Down

0 comments on commit 4e49307

Please sign in to comment.