From 0826aa35334ea084e6b80b896fe96c80921def8e Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 30 Aug 2022 21:00:20 -0400 Subject: Adding Codecov upload to tox.ini --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3