Skip to content

Commit

Permalink
Issue #141: remove project path to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Aug 21, 2024
1 parent bd6be5c commit 0385df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
- name: Run tests with coverage (coverage must be at least 80% to pass)
if: inputs.run-coverage == 'true'
run: |
project_path="${{ inputs.project-path || '.' }}"
python -m pytest --cov=$project_path --cov-fail-under=80 $project_path/tests
python -m pytest --cov=. --cov-fail-under=80
version-bump-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0385df1

Please sign in to comment.