Skip to content

Commit 5a4ccc7

Browse files
committed
add color to output
1 parent f6ec343 commit 5a4ccc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python --version
5252
- name: Run tests
5353
run: |
54-
python -m pytest -vv --cov=pymc_extras --cov-append --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
54+
python -m pytest --color=yes -vv --cov=pymc_extras --cov-append --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
5555
- name: Upload coverage to Codecov
5656
uses: codecov/codecov-action@v2
5757
with:
@@ -97,7 +97,7 @@ jobs:
9797
# This job uses a cmd shell, therefore the environment variable syntax is different!
9898
# The ">-" in the next line replaces newlines with spaces (see https://stackoverflow.com/a/66809682).
9999
run: >-
100-
python -m pytest -vv --cov=pymc_extras --cov-append --cov-report=xml --cov-report term --durations=50 %TEST_SUBSET%
100+
python -m pytest --color=yes -vv --cov=pymc_extras --cov-append --cov-report=xml --cov-report term --durations=50 %TEST_SUBSET%
101101
- name: Upload coverage to Codecov
102102
uses: codecov/codecov-action@v2
103103
with:

0 commit comments

Comments
 (0)