diff options
-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 |