Skip to content

Commit

Permalink
Force colored output and full tracebacks
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Jun 8, 2023
1 parent 9d68b0d commit 44d18da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
poetry install
- name: Test
run: |
poetry run coverage run -m pytest -v -ra -s tests
poetry run coverage run -m pytest -v -ra -s --color=yes --full-trace tests
poetry run coverage combine
poetry run coverage report --fail-under=50 --show-missing
poetry run coverage xml
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
env:
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES
run: |
poetry run coverage run -m pytest -v -ra -s tests
poetry run coverage run -m pytest -v -ra -s --color=yes --full-trace tests
poetry run coverage combine
poetry run coverage report --fail-under=50 --show-missing
poetry run coverage xml
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
poetry install
- name: Test
run: |
poetry run coverage run -m pytest -v -ra -s tests
poetry run coverage run -m pytest -v -ra -s --color=yes --full-trace tests
poetry run coverage combine
poetry run coverage report --fail-under=50 --show-missing
poetry run coverage xml
Expand Down

0 comments on commit 44d18da

Please sign in to comment.