Skip to content

Commit

Permalink
Merge pull request #171 from ai-cfia/170-remove-secrets-showing-in-py…
Browse files Browse the repository at this point in the history
…thon-workflow

Issue #170: remove verbose from pytest
  • Loading branch information
Francois-Werbrouck authored Nov 29, 2024
2 parents 583024e + cfa217a commit ae4046a
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 ae4046a

Please sign in to comment.