Skip to content

Commit

Permalink
CI: Force colored pytest output
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels authored Oct 17, 2021
2 parents 5e6e9f5 + 5eb96a4 commit 762544d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: ☑ Run unit tests
run: |
python -m pytest -rA tests/unit
python -m pytest -rA tests/unit --color=yes
Coverage:
name: 📈 Collect Coverage Data using Python 3.10
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Collect coverage
continue-on-error: true
run: |
python -m pytest -rA --cov=.. --cov-config=tests/.coveragerc tests/unit
python -m pytest -rA --cov=.. --cov-config=tests/.coveragerc tests/unit --color=yes
- name: Convert to cobertura format
run: |
Expand Down

0 comments on commit 762544d

Please sign in to comment.