Skip to content

Commit

Permalink
ci: force coloured pytest output
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Oct 16, 2021
1 parent 5e6e9f5 commit 5eb96a4
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 5eb96a4

Please sign in to comment.