File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install tox
21
21
run : python -m pip install tox
22
22
- name : Collect & Upload Coverage
23
- run : python -m tox -e pypy3-format-coverage
23
+ run : python -m tox -e pypy3-format-codecov
24
24
env :
25
25
CODECOV_TOKEN : 2b38dae1-41c4-4435-a29d-79a1299e5617
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ commands =
25
25
format: {envpython} -m pip install ' {toxinidir}[format]'
26
26
format_nongpl: {envpython} -m pip install ' {toxinidir}[format_nongpl]'
27
27
28
- tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
28
+ tests,coverage,codecov : {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
29
29
tests: {envpython} -m doctest {toxinidir}/README.rst
30
30
31
31
coverage: {envpython} -m coverage report --show-missing
@@ -37,7 +37,6 @@ commands =
37
37
perf: {envpython} {toxinidir}/jsonschema/benchmarks/issue232.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/issue232.json
38
38
perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
39
39
40
- # Check to make sure that releases build and install properly
41
40
build: {envpython} -m pep517.check {toxinidir}
42
41
deps =
43
42
build: pep517
You can’t perform that action at this time.
0 commit comments