diff options
| author | Bobby <[email protected]> | 2022-08-30 21:00:20 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 21:00:20 -0400 |
| commit | 0826aa35334ea084e6b80b896fe96c80921def8e (patch) | |
| tree | d675f3bd4c22eb3803d5113c84e31d8feb0b9519 | |
| parent | 675c2d0ef96d17d248b9dba05163d57cd9f6f0d8 (diff) | |
| download | edify-0826aa35334ea084e6b80b896fe96c80921def8e.tar.xz edify-0826aa35334ea084e6b80b896fe96c80921def8e.zip | |
Adding Codecov upload to tox.ini
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
