Combine coverage reports

master
Viktor Villainov 2019-01-01 07:04:23 -05:00
parent edaa82622b
commit 925364296c
No known key found for this signature in database
GPG Key ID: 8EB38B46F33BAF2F
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ deps =
coverage
commands =
coverage run --include=i2plib/* -m unittest
coverage run -p --include=i2plib/* -m unittest
[testenv:codecov]
passenv = CI TRAVIS TRAVIS_*