Skip to content

Commit

Permalink
test: Report test coverage via Coveralls
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
mcb30 committed Feb 19, 2020
1 parent 36dd8bf commit 9328664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ python:
install:
- pip install -e .
- pip install coverage
- pip install coveralls
- pip install mypy
- pip install sqlalchemy-stubs
- pip install pycodestyle
- pip install pylint
script: ./test.sh
after_success:
- coveralls
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ User database synchronizer
==========================

[![Build Status](https://travis-ci.com/unipartdigital/idiosync.svg?branch=master)](https://travis-ci.com/unipartdigital/idiosync)
[![Coverage Status](https://coveralls.io/repos/github/unipartdigital/idiosync/badge.svg?branch=master)](https://coveralls.io/github/unipartdigital/idiosync?branch=master)
[![Documentation Status](https://readthedocs.org/projects/idiosync/badge/?version=latest)](https://idiosync.readthedocs.io/en/latest/?badge=latest)

``idiosync`` synchronizes user and group definitions from a central
Expand Down

0 comments on commit 9328664

Please sign in to comment.