Skip to content

Commit 702e9b4

Browse files
committed
Whoops, send coverage to codecov again.
1 parent 9f25fb3 commit 702e9b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Install tox
2121
run: python -m pip install tox
2222
- name: Collect & Upload Coverage
23-
run: python -m tox -e pypy3-format-coverage
23+
run: python -m tox -e pypy3-format-codecov
2424
env:
2525
CODECOV_TOKEN: 2b38dae1-41c4-4435-a29d-79a1299e5617

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ commands =
2525
format: {envpython} -m pip install '{toxinidir}[format]'
2626
format_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]'
2727

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}
2929
tests: {envpython} -m doctest {toxinidir}/README.rst
3030

3131
coverage: {envpython} -m coverage report --show-missing
@@ -37,7 +37,6 @@ commands =
3737
perf: {envpython} {toxinidir}/jsonschema/benchmarks/issue232.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/issue232.json
3838
perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
3939

40-
# Check to make sure that releases build and install properly
4140
build: {envpython} -m pep517.check {toxinidir}
4241
deps =
4342
build: pep517

0 commit comments

Comments
 (0)