mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 23:54:17 +00:00
Add coverage reporting and uploading
Upload our coverage data to codecov.io and aggregate it on test runs.
This commit is contained in:
parent
d5a6cfcff9
commit
b995d56e19
5 changed files with 63 additions and 1 deletions
5
tox.ini
5
tox.ini
|
|
@ -6,8 +6,11 @@ envlist = py27,py33,py34,py35,flake8,linters,docs
|
|||
deps =
|
||||
mock
|
||||
pytest
|
||||
coverage
|
||||
commands =
|
||||
py.test {posargs}
|
||||
coverage run --parallel-mode -m pytest {posargs}
|
||||
coverage combine
|
||||
coverage report -m
|
||||
|
||||
[testenv:venv]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue