Skip to content

Commit

Permalink
Update code coverage command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrobison1 committed Apr 4, 2024
1 parent 57520d6 commit 3bd7d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Check code coverage
run: |
python -m coverage report --fail-under=80
poetry run coverage report --fail-under=80

0 comments on commit 3bd7d41

Please sign in to comment.