Closed timonegk closed 2 years ago
Merging #13 (ad27949) into master (a7f1074) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #13 +/- ##
======================================
Coverage 7.72% 7.72%
======================================
Files 11 11
Lines 272 272
Branches 41 41
======================================
Hits 21 21
Misses 251 251
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a7f1074...ad27949. Read the comment docs.
Nice catch @timonegk , thanks!
Currently, because
packages = find:
is used and thetest
folder also contains a__init__.py
, thetest
folder is also installed. This is unintended and leads to problems with some other packages. Adding theexclude
option solves the problem.