summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-11-09 15:10:28 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-11-09 15:10:28 +0100
commitb9a65a875b7a8eb4794517f91f1cdfb38ce5d088 (patch)
tree05ff846f6eb0199133ec2036337477420603c669
parent2d8916af071079b8cd1e93597c6ff825b179c098 (diff)
downloadcrocoite-b9a65a875b7a8eb4794517f91f1cdfb38ce5d088.tar.gz
crocoite-b9a65a875b7a8eb4794517f91f1cdfb38ce5d088.tar.bz2
crocoite-b9a65a875b7a8eb4794517f91f1cdfb38ce5d088.zip
Add codecov.io
-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