diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-14 18:33:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-14 18:33:51 +0200 |
commit | da08d61361c46d428885ea8b68be7a86ba52cc5f (patch) | |
tree | e90b69627120cb69e6a9872b1dae3ad23eb0804f | |
parent | 619678043cdd6f1a4e25dce813a5e68195b4f463 (diff) | |
download | gemato-da08d61361c46d428885ea8b68be7a86ba52cc5f.tar.gz |
tox: Add codecov upload env
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |