From d8a736e67d6e97aabbce6ed5f44ce44ba4fe0907 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Sun, 24 Apr 2022 11:10:49 +0100 Subject: [PATCH] colourise pytest output --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5be88f..f2bb59c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |