We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c3747 commit 1b8420bCopy full SHA for 1b8420b
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- pip install -e .[dev]
14
15
script:
16
- - pytest --cov loguru/
+ - pytest --cov
17
18
after_success:
19
- codecov --flags "py${TRAVIS_PYTHON_VERSION//./}"
tox.ini
@@ -0,0 +1,6 @@
1
+[coverage:run]
2
+source = .
3
+
4
+[coverage:report]
5
+include = loguru/*, tests/*
6
0 commit comments