Skip to content

Commit

Permalink
Add colour back into our github actions
Browse files Browse the repository at this point in the history
Via [this tweet](https://twitter.com/fishnets88/status/1461250092648837124), this will return colour to our github actions testing output, making it more readable.
  • Loading branch information
alex-zenml authored Nov 18, 2021
1 parent 6d185b1 commit 395268f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-coverage-xml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
TEST_SRC=${1:-"tests"}

export ZENML_DEBUG=1
coverage run -m pytest $TEST_SRC
coverage run -m pytest $TEST_SRC --color=yes
coverage combine
coverage report --show-missing
coverage xml
coverage xml

0 comments on commit 395268f

Please sign in to comment.