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 ae12395 commit 62a07f7Copy full SHA for 62a07f7
.coveragerc
@@ -0,0 +1,5 @@
1
+[run]
2
+source = .
3
+
4
+[report]
5
+include = loguru/*, tests/*
.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//./}"
0 commit comments