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 62a07f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .coveragerc
@@ -0,0 +1,5 @@
[run]
source = .

[report]
include = loguru/*, tests/*
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

0 comments on commit 62a07f7

Please sign in to comment.