Add coverage reporting and uploading

Upload our coverage data to codecov.io and aggregate it on test runs.
This commit is contained in:
Ian Cordasco 2016-08-06 15:21:50 -05:00
parent d5a6cfcff9
commit b995d56e19
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
5 changed files with 63 additions and 1 deletions

11
.coveragerc Normal file
View file

@ -0,0 +1,11 @@
[run]
branch = True
source =
flake8
[paths]
source =
src/flake8
.tox/*/lib/python*/site-packages/flake8
.tox/pypy/site-packages/flake8