Skip to content

Commit

Permalink
Add code coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakirG committed Mar 5, 2019
1 parent 2b8cbd1 commit e49c0d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
src
src/*

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ install:
# run tests
script:
- cd tests
- pytest
- python -m pytest -v

# run tests
after_script:
- pipenv run python-codacy-coverage -r coverage.xml

0 comments on commit e49c0d8

Please sign in to comment.