Skip to content

Commit

Permalink
fix tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Mar 1, 2024
1 parent aca56eb commit c6869ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@ jobs:
--cov-fail-under=40 \
--junitxml=pytest.xml \
--cov-report=term-missing:skip-covered \
--cov=app
-n auto \
--cov=app \
-p no:sugar \
tests/unit | tee pytest-coverage.txt
tests/ | tee pytest-coverage.txt
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
Expand Down

0 comments on commit c6869ef

Please sign in to comment.