Skip to content

Commit

Permalink
coverage: include tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 20, 2019
1 parent ae12395 commit fc0d144
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ install:
- pip install -e .[dev]

script:
- pytest --cov loguru/
- pytest --cov

after_success:
- codecov --flags "py${TRAVIS_PYTHON_VERSION//./}"
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
@@ -0,0 +1,6 @@
[coverage:run]
source = .

[coverage:report]
include = loguru/*, tests/*

0 comments on commit fc0d144

Please sign in to comment.