Skip to content

Commit

Permalink
Fix some issues about the badge
Browse files Browse the repository at this point in the history
  • Loading branch information
luaifei committed Aug 30, 2019
1 parent 020c16c commit f75ce79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
include = */*
omit = *tests*, setup.py
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- pip install -r requirements.txt
script:
- tox --recreate
- py.test --cov=go-pypi --cov-report=term-missing tests
- pytest --cov=./ --cov=--cov-report=term-missing tests
after_success:
- coveralls
deploy:
Expand Down

0 comments on commit f75ce79

Please sign in to comment.