Skip to content

Commit

Permalink
attempt coverage report without pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
ployt0 authored Aug 6, 2023
1 parent 73692c6 commit 3365d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ jobs:
- name: Test coverage
run: |
cd tests
PYTHONPATH=../ss_img_shrinker coverage report -m --fail-under=90
coverage report -m --fail-under=90
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 3365d0b

Please sign in to comment.