Skip to content

Commit

Permalink
coverage bug due to opencv-python-headless: add -i to coverage report…
Browse files Browse the repository at this point in the history
… line in buld.yml
  • Loading branch information
mdevans committed Oct 9, 2024
1 parent 85da838 commit 61516b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 report --omit="tests/*" --fail-under=60
pipenv run coverage -i report --omit="tests/*" --fail-under=60
- name: List site-packages
run: |
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ psutil = "*"
pylibjpeg = {extras = ["all"], version = "*"}
opencv-python-headless = "*"
easyocr = "*"
coverage = "*"

[dev-packages]
radon = "*"
Expand Down

0 comments on commit 61516b1

Please sign in to comment.