We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad18751 commit c83bb5bCopy full SHA for c83bb5b
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run type-checking
44
run: python -m tox -e types
45
- name: Run tests
46
- run: python -m tox -e py -- --cov-report xml
+ run: python -m tox -e py -- --cov-report xml --color yes
47
- uses: codecov/codecov-action@v1
48
if: github.event_name != 'schedule'
49
with:
0 commit comments