Merge pull request #2528 from hugovk/codecov

Use Codecov for coverage
This commit is contained in:
Hugo 2017-05-15 13:01:33 +03:00 committed by GitHub
commit 99032c7660
2 changed files with 3 additions and 0 deletions

View File

@ -10,8 +10,10 @@ gem install coveralls-lcov
coveralls-lcov -v -n coverage.filtered.info > coverage.c.json coveralls-lcov -v -n coverage.filtered.info > coverage.c.json
coverage report coverage report
pip install codecov
pip install coveralls-merge pip install coveralls-merge
coveralls-merge coverage.c.json coveralls-merge coverage.c.json
codecov
if [ "$DOCKER" == "" ]; then if [ "$DOCKER" == "" ]; then
pip install pep8 pyflakes pip install pep8 pyflakes

1
codecov.yml Normal file
View File

@ -0,0 +1 @@
comment: off