File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,5 @@ install:
1010 - pip install -r requirements-dev.txt
1111before_script : flake8
1212script : python setup.py nosetests
13+ after_success :
14+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 22A 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 )
You can’t perform that action at this time.
0 commit comments