From 5eb96a4bc4f8eae40920b178192a14873a6d72e2 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sun, 17 Oct 2021 01:50:21 +0200 Subject: [PATCH] ci: force coloured pytest output --- .github/workflows/Pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index 8f64b3c3..85debac5 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -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 @@ -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: |