Closed JesseLivezey closed 3 years ago
Merging #200 (45523bf) into master (4f6f924) will decrease coverage by
0.06%
. The diff coverage is82.60%
.
@@ Coverage Diff @@
## master #200 +/- ##
==========================================
- Coverage 91.94% 91.88% -0.07%
==========================================
Files 17 17
Lines 1565 1589 +24
==========================================
+ Hits 1439 1460 +21
- Misses 126 129 +3
Impacted Files | Coverage Δ | |
---|---|---|
pyuoi/linear_model/logistic.py | 94.08% <78.94%> (-0.67%) |
:arrow_down: |
pyuoi/decomposition/base.py | 75.00% <100.00%> (+8.33%) |
:arrow_up: |
pyuoi/linear_model/base.py | 82.23% <100.00%> (+0.41%) |
:arrow_up: |
pyuoi/linear_model/elasticnet.py | 100.00% <100.00%> (ø) |
|
pyuoi/linear_model/lasso.py | 91.22% <100.00%> (ø) |
|
pyuoi/linear_model/poisson.py | 97.40% <0.00%> (+0.01%) |
:arrow_up: |
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 4f6f924...7d25ef4. Read the comment docs.
Closes #199
Also added python 3.8 tests.