Skip to content

Commit e4cbd63

Browse files
committed
More CI
1 parent dc89c77 commit e4cbd63

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,7 @@ jobs:
227227
python-version: "3.9"
228228

229229
- name: "Combine coverage"
230-
run: |
231-
set -eux
232-
# pip install coverage[toml];
233-
pip install coverage==4.5.4; # coverage 5.0 drops Python 3.4 support
234-
coverage combine;
235-
coverage xml;
230+
run: tox -e coverage_combine;
236231
env:
237232
COVERAGE_FILE: .tox/coverage
238233

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ deps =
282282
py{26,27,34,py2}: coverage==4.5.4 # rq.filter: <5
283283
py{35,36,37,38,39,py3}: coverage==5.3.1
284284

285-
setenv = {[coverage_report]setenv}
285+
passenv = COVERAGE_FILE
286286

287287
commands =
288288
coverage combine

0 commit comments

Comments
 (0)