We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b11da4 commit 4016a6bCopy full SHA for 4016a6b
1 file changed
.github/workflows/main.yml
@@ -6,6 +6,10 @@ on:
6
schedule:
7
- cron: "0 0 * * *" # daily
8
9
+env:
10
+ FORCE_COLOR: "1"
11
+ TOX_TESTENV_PASSENV: "FORCE_COLOR"
12
+
13
jobs:
14
lint:
15
runs-on: ubuntu-latest
@@ -43,7 +47,7 @@ jobs:
43
47
- name: Run type-checking
44
48
run: python -m tox -e types
45
49
- name: Run tests
46
- run: python -m tox -e py -- --cov-report xml --color yes
50
+ run: python -m tox -e py -- --cov-report xml
51
- uses: codecov/codecov-action@v1
52
if: github.event_name != 'schedule'
53
with:
0 commit comments