Skip to content

Commit

Permalink
colourise pytest output
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Apr 24, 2022
1 parent 7c407bf commit d8a736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run tests
run: |
python -m coverage run -m pytest -vvv
python -m coverage run -m pytest -vvv --color=yes
- name: Print coverage report
run: |
Expand Down

0 comments on commit d8a736e

Please sign in to comment.