Skip to content

Commit

Permalink
Add color to CI test output (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Nov 23, 2021
1 parent ad18751 commit c83bb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run type-checking
run: python -m tox -e types
- name: Run tests
run: python -m tox -e py -- --cov-report xml
run: python -m tox -e py -- --cov-report xml --color yes
- uses: codecov/codecov-action@v1
if: github.event_name != 'schedule'
with:
Expand Down

0 comments on commit c83bb5b

Please sign in to comment.