Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f73781d

Browse files
committed
CI: Add color output to pytest
On GitHub Actions you have to explicitly enable colored output.
1 parent 6582287 commit f73781d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
run: |
244244
${{ matrix.XVFB_RUN }} python -mpytest -raR -n auto \
245245
--maxfail=50 --timeout=300 --durations=25 \
246-
--cov-report=xml --cov=lib --log-level=DEBUG
246+
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
247247
248248
- name: Filter C coverage
249249
run: |

0 commit comments

Comments
 (0)