Skip to content

Commit

Permalink
Adding coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdelys committed Sep 8, 2019
1 parent 97f8caa commit fb8a982
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 55 deletions.
118 changes: 64 additions & 54 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ python:
install:
- pip install -r requirements.txt
- pip install coverage
- pip install coveralls

# command to run tests
script:
- python manyfesto/test_manyfesto.py
- python manyfesto/test_manyfesto.py
- python -m coverage run manyfesto/test_manyfesto.py
- COVERALLS_REPO_TOKEN=MtSS6YjmlOAU13T847YDRVuMotNOAGMQJ
- coveralls

0 comments on commit fb8a982

Please sign in to comment.