1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

codecov: switch coverage reporting to codecov

This commit is contained in:
Ilya Kreymer 2018-01-16 11:28:43 -08:00
parent 85f093e356
commit 49b9148db8
2 changed files with 4 additions and 3 deletions

View File

@ -24,6 +24,7 @@ install:
- python setup.py -q install
- pip install -r extra_requirements.txt
- pip install coverage pytest-cov coveralls
- pip install codecov
- npm install
before_script:
@ -35,4 +36,4 @@ script:
- cd karma-tests && make test
after_success:
coveralls
- codecov

View File

@ -3,8 +3,8 @@ Webrecorder pywb 2.0.0
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
:target: https://travis-ci.org/ikreymer/pywb
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=master
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
.. image:: https://codecov.io/gh/webrecorder/pywb/branch/master/graph/badge.svg
:target: https://codecov.io/gh/webrecorder/pywb
Web Archiving Tools for All
---------------------------