Skip to content

Commit

Permalink
Issue #141: update coverage scope
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Aug 22, 2024
1 parent a9d464f commit ec6ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: inputs.skip-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 ec6ce0f

Please sign in to comment.