From b9a65a875b7a8eb4794517f91f1cdfb38ce5d088 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 9 Nov 2018 15:10:28 +0100 Subject: Add codecov.io --- .travis.yml | 2 ++ README.rst | 3 +++ 2 files changed, 5 insertions(+) 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 -- cgit v1.2.3