Skip to content

Commit

Permalink
Issue #170: remove verbose from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Werbrouck committed Nov 27, 2024
1 parent 583024e commit cfa217a
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 @@ -49,7 +49,7 @@ jobs:

- name: Test with pytest
run: |
python -m pytest --no-showlocals
python -m pytest --tb=no
- name: Run tests with coverage (coverage must be at least 80% to pass)
if: inputs.skip-coverage != 'true'
Expand Down

0 comments on commit cfa217a

Please sign in to comment.