From 999c9b48ccbdd5c858c5039cc16feadb68e79dcc Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:06:25 -0400 Subject: [PATCH] ci(pytest): add colored output (#205) --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ef90728..8d69392 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -174,6 +174,7 @@ jobs: -rxXs \ --tb=native \ --verbose \ + --color=yes \ --cov=Contents/Code \ --cov=Contents/Services \ tests