summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--README.rst3
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)
diff --git a/README.rst b/README.rst
index 06dfc43..6768a63 100644
--- a/README.rst
+++ b/README.rst
@@ -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