Closed phlax closed 3 years ago
Merging #260 (31f0067) into main (343663a) will increase coverage by
1.57%
. The diff coverage is94.25%
.
@@ Coverage Diff @@
## main #260 +/- ##
==========================================
+ Coverage 49.26% 50.83% +1.57%
==========================================
Files 113 113
Lines 3041 3106 +65
==========================================
+ Hits 1498 1579 +81
+ Misses 1543 1527 -16
Impacted Files | Coverage Δ | |
---|---|---|
playground/control/api/handler/proxy.py | 66.66% <0.00%> (+6.66%) |
:arrow_up: |
playground/control/api/handler/service.py | 76.92% <0.00%> (+7.69%) |
:arrow_up: |
playground/control/api/handler/network.py | 51.85% <50.00%> (+3.70%) |
:arrow_up: |
playground/control/api/handler/__init__.py | 81.81% <80.00%> (-0.80%) |
:arrow_down: |
playground/control/api/endpoint.py | 88.42% <85.71%> (+8.42%) |
:arrow_up: |
playground/control/api/handler/base.py | 44.00% <100.00%> (+4.00%) |
:arrow_up: |
tests/py/api/test_endpoint.py | 100.00% <100.00%> (ø) |
|
tests/py/api/test_handler.py | 100.00% <100.00%> (+4.16%) |
:arrow_up: |
playground/control/attribs/base.py | 93.75% <0.00%> (+6.25%) |
:arrow_up: |
... and 2 more |
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 343663a...31f0067. Read the comment docs.
Fix #243