Skip to content

Commit ba4f2b5

Browse files
committed
Set up Codecov
1 parent fc699ac commit ba4f2b5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ install:
1010
- pip install -r requirements-dev.txt
1111
before_script: flake8
1212
script: python setup.py nosetests
13+
after_success:
14+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
A port of @dalen's PuppetDB Query language to Python
33

44
[![Build Status](https://travis-ci.org/bootc/pypuppetdbquery.svg?branch=master)](https://travis-ci.org/bootc/pypuppetdbquery)
5+
[![codecov](https://codecov.io/gh/bootc/pypuppetdbquery/branch/master/graph/badge.svg)](https://codecov.io/gh/bootc/pypuppetdbquery)
56
[![Documentation Status](https://readthedocs.org/projects/pypuppetdbquery/badge/?version=latest)](http://pypuppetdbquery.readthedocs.io/en/latest/?badge=latest)

0 commit comments

Comments
 (0)