Skip to content

Commit 4e53eee

Browse files
committed
remove report from envlsit
1 parent 9c643b2 commit 4e53eee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test coverage
1+
name: coverage
22

33
on:
44
- push

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist = clean,py{36,37,38,39}-{mindeps,alldeps}-{linux,windows,macos},report
66
[gh-actions]
77
python =
88
3.6: py36-{mindeps,alldeps}
9-
3.7: py37-{mindeps,alldeps}, report
9+
3.7: py37-{mindeps,alldeps}
1010
3.8: py38-{mindeps,alldeps}
1111
3.9: py39-{mindeps,alldeps}
1212

0 commit comments

Comments
 (0)