Skip to content

Commit

Permalink
Merge pull request #176 from zenml-io/alex/pytest-colour-for-github-a…
Browse files Browse the repository at this point in the history
…ctions

Add colour back into our github actions
  • Loading branch information
alex-zenml authored Nov 18, 2021
2 parents 6d185b1 + 395268f commit 29520e3
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 29520e3

Please sign in to comment.