Skip to content

Commit fc0d144

Browse files
committed
coverage: include tests
1 parent ae12395 commit fc0d144

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- pip install -e .[dev]
1414

1515
script:
16-
- pytest --cov loguru/
16+
- pytest --cov
1717

1818
after_success:
1919
- codecov --flags "py${TRAVIS_PYTHON_VERSION//./}"

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[coverage:run]
2+
source = .
3+
4+
[coverage:report]
5+
include = loguru/*, tests/*
6+

0 commit comments

Comments
 (0)