Skip to content

Commit c83bb5b

Browse files
authored
Add color to CI test output (#834)
1 parent ad18751 commit c83bb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run type-checking
4444
run: python -m tox -e types
4545
- name: Run tests
46-
run: python -m tox -e py -- --cov-report xml
46+
run: python -m tox -e py -- --cov-report xml --color yes
4747
- uses: codecov/codecov-action@v1
4848
if: github.event_name != 'schedule'
4949
with:

0 commit comments

Comments
 (0)