diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-11-09 15:10:28 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-11-09 15:10:28 +0100 |
commit | b9a65a875b7a8eb4794517f91f1cdfb38ce5d088 (patch) | |
tree | 05ff846f6eb0199133ec2036337477420603c669 | |
parent | 2d8916af071079b8cd1e93597c6ff825b179c098 (diff) | |
download | crocoite-b9a65a875b7a8eb4794517f91f1cdfb38ce5d088.tar.gz crocoite-b9a65a875b7a8eb4794517f91f1cdfb38ce5d088.tar.bz2 crocoite-b9a65a875b7a8eb4794517f91f1cdfb38ce5d088.zip |
Add codecov.io
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.rst | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1911e14..2e7c376 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,5 @@ script: addons: chrome: stable sudo: required +after_success: + - bash <(curl -s https://codecov.io/bash) @@ -6,6 +6,9 @@ Archive websites using `headless Google Chrome`_ and its DevTools protocol. .. image:: https://travis-ci.org/PromyLOPh/crocoite.svg?branch=master :target: https://travis-ci.org/PromyLOPh/crocoite +.. image:: https://codecov.io/gh/PromyLOPh/crocoite/branch/master/graph/badge.svg + :target: https://codecov.io/gh/PromyLOPh/crocoite + .. _headless Google Chrome: https://developers.google.com/web/updates/2017/04/headless-chrome Quick start |