Skip to content

Commit

Permalink
Merge pull request #177 from datasciencebr/cuducos-coverage
Browse files Browse the repository at this point in the history
Cleanup coverage results
  • Loading branch information
anaschwendler committed Dec 23, 2017
2 parents 936050a + 7da35e2 commit 7e44982
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[run]
source = serenata_toolbox
source = serenata_toolbox
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
branch: master

install:
- rm -rf .coverage
- python setup.py develop
- pip install coveralls pytest pytest-cov

Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --verbose --durations=10 --cov-report html
addopts = --verbose --durations=10 --cov-report term --cov=serenata_toolbox
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
'serenata_toolbox.datasets'
],
url=REPO_URL,
version='12.4.2'
version='12.4.3'
)

0 comments on commit 7e44982

Please sign in to comment.