From a9f8c4d605b73912980826547a9a96b165997f79 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:19:12 -0400 Subject: [PATCH] ci(pytest): add colored output (#470) --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eef896dc..7a064666 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -215,6 +215,7 @@ jobs: -rxXs \ --tb=native \ --verbose \ + --color=yes \ --cov=Contents/Code \ tests