Skip to content

Commit

Permalink
coverage -i switch in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevans committed Oct 9, 2024
1 parent 61516b1 commit 1a73295
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 @@ -43,7 +43,7 @@ jobs:
AWS_PASSWORD: ${{ secrets.AWS_PASSWORD }}
run: |
pipenv run coverage run -m pytest tests --log-cli-level=WARN
pipenv run coverage -i report --omit="tests/*" --fail-under=60
pipenv run coverage report -i --omit="tests/*" --fail-under=60
- name: List site-packages
run: |
Expand Down

0 comments on commit 1a73295

Please sign in to comment.