summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-08-30 18:19:50 -0400
committerJulian Berman <Julian@GrayVines.com>2020-08-30 18:19:50 -0400
commit702e9b4bf2e80923b0df6742dd3bf72cb9ef9ebb (patch)
tree1aac3ae766eadbead7ca3c8f48e137a1a91ff2a4
parent9f25fb301dd2804c3d596a1fb816332473abc6b2 (diff)
downloadjsonschema-702e9b4bf2e80923b0df6742dd3bf72cb9ef9ebb.tar.gz
Whoops, send coverage to codecov again.
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--tox.ini3
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 446daf7..0eae5c8 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -20,6 +20,6 @@ jobs:
- name: Install tox
run: python -m pip install tox
- name: Collect & Upload Coverage
- run: python -m tox -e pypy3-format-coverage
+ run: python -m tox -e pypy3-format-codecov
env:
CODECOV_TOKEN: 2b38dae1-41c4-4435-a29d-79a1299e5617
diff --git a/tox.ini b/tox.ini
index 53a7e85..26a535f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ commands =
format: {envpython} -m pip install '{toxinidir}[format]'
format_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]'
- tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
+ tests,coverage,codecov: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
tests: {envpython} -m doctest {toxinidir}/README.rst
coverage: {envpython} -m coverage report --show-missing
@@ -37,7 +37,6 @@ commands =
perf: {envpython} {toxinidir}/jsonschema/benchmarks/issue232.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/issue232.json
perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
- # Check to make sure that releases build and install properly
build: {envpython} -m pep517.check {toxinidir}
deps =
build: pep517