Skip to content

Commit

Permalink
Added support for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Oct 23, 2018
1 parent 8b1d31f commit 011d30e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ before_script:
- sudo /etc/init.d/postgresql stop
- sudo docker-compose --file test/architecture/docker-compose.yml up -d pgorigin mongoorigin local_driver remote_driver
- sleep 30

after_success:
- coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Splitgraph commandline client
[![Build Status](https://travis-ci.com/splitgraph/splitgraph.svg?branch=master)](https://travis-ci.com/splitgraph/splitgraph)
[![Build Status](https://travis-ci.com/splitgraph/splitgraph.svg?branch=master)](https://travis-ci.com/splitgraph/splitgraph) [![Coverage Status](https://coveralls.io/repos/github/splitgraph/splitgraph/badge.svg?branch=master)](https://coveralls.io/github/splitgraph/splitgraph?branch=master)

See https://splitgraph.com/docs/quickstart.html for the full docs.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ test=pytest

[tool:pytest]
addopts = --cov splitgraph --cov-report term --cov-report html

[pytest]
env =
SG_CONFIG_FILE = test/resources/.sgconfig
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
'pytest',
'pyfakefs',
'pytest-cov',
'pytest-env'
'pytest-env',
'coveralls',
]

setup_requirements = [
Expand Down

0 comments on commit 011d30e

Please sign in to comment.