mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 06:44:18 +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
|
|
@ -10,6 +10,10 @@ before_script:
|
|||
- python get-pip.py
|
||||
- pip install -r dev-requirements.txt
|
||||
|
||||
after_script:
|
||||
- pip install codecov
|
||||
- codecov --token=7d117e6b-aab6-4283-ab19-166dafc38cf5
|
||||
|
||||
python2:
|
||||
image: python:2.7
|
||||
stage: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue