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: |