Closed cortadocodes closed 2 years ago
Merging #39 (f27d84e) into main (edf6292) will decrease coverage by
15.04%
. The diff coverage is81.05%
.
@@ Coverage Diff @@
## main #39 +/- ##
===========================================
- Coverage 93.94% 78.89% -15.05%
===========================================
Files 12 13 +1
Lines 661 763 +102
===========================================
- Hits 621 602 -19
- Misses 40 161 +121
Impacted Files | Coverage Δ | |
---|---|---|
data_gateway/packet_reader.py | 48.06% <61.95%> (-44.02%) |
:arrow_down: |
data_gateway/data_gateway.py | 87.61% <87.61%> (ø) |
|
data_gateway/routine.py | 93.87% <88.88%> (-6.13%) |
:arrow_down: |
data_gateway/cli.py | 89.69% <93.93%> (-1.35%) |
:arrow_down: |
data_gateway/persistence.py | 94.53% <95.83%> (-0.82%) |
:arrow_down: |
data_gateway/__init__.py | 100.00% <100.00%> (ø) |
|
data_gateway/configuration.py | 100.00% <100.00%> (ø) |
|
data_gateway/dummy_serial/dummy_serial.py | 91.42% <0.00%> (-2.86%) |
:arrow_down: |
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 99249ad...f27d84e. Read the comment docs.
Contents (#39)
Note: the coverage calculation is again wrong on this PR (I'll be looking into this with CodeCov)
Enhancements
Configuration
DataGateway
by defaultFixes
multiprocessing
logger inDataGateway
instantiation instead of atdata_gateway
module import time to avoid unnecessary logs when usinggateway start
CLI command