Skip to content

Commit

Permalink
Issue #141: update condition
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Aug 22, 2024
1 parent 2db34c0 commit a9d464f
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 @@ -60,7 +60,7 @@ jobs:
python -m unittest discover -s $project_path/tests
- name: Run tests with coverage (coverage must be at least 80% to pass)
if: inputs.skip-coverage == 'true'
if: inputs.skip-coverage != 'true'
run: |
project_path="${{ inputs.project-path || '.' }}"
python -m pytest --cov=$project_path --cov-fail-under=80 $project_path/tests
Expand Down

0 comments on commit a9d464f

Please sign in to comment.