File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
python --version
52
52
- name : Run tests
53
53
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
55
55
- name : Upload coverage to Codecov
56
56
uses : codecov/codecov-action@v2
57
57
with :
97
97
# This job uses a cmd shell, therefore the environment variable syntax is different!
98
98
# The ">-" in the next line replaces newlines with spaces (see https://stackoverflow.com/a/66809682).
99
99
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%
101
101
- name : Upload coverage to Codecov
102
102
uses : codecov/codecov-action@v2
103
103
with :
You can’t perform that action at this time.
0 commit comments