aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 77e9f9c..eecfc67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -71,13 +71,16 @@ commands =
codecov []
[testenv:report]
+passenv = CODECOV_TOKEN
deps =
coverage
+ codecov
skip_install = true
commands =
coverage report
coverage html
coverage xml
+ codecov -e CODECOV_TOKEN
[testenv:clean]
commands = coverage erase