From da08d61361c46d428885ea8b68be7a86ba52cc5f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 14 May 2020 18:33:51 +0200 Subject: tox: Add codecov upload env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 4251a6d..8ccd56b 100644 --- a/tox.ini +++ b/tox.ini @@ -42,3 +42,12 @@ deps = wheel commands = python setup.py sdist bdist_wheel upload + +[testenv:codecov] +basepython = python3 +deps = + codecov +passenv = + CODECOV_TOKEN +commands = + codecov -- cgit v1.2.3