Skip to content

Commit 1b8420b

Browse files
committed
coverage: include tests
1 parent f6c3747 commit 1b8420b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: .travis.yml

+1-1
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//./}"

Diff for: tox.ini

+6
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)