Closed palango closed 5 years ago
Merging #48 into master will increase coverage by
4.14%
. The diff coverage is74.46%
.
@@ Coverage Diff @@
## master #48 +/- ##
==========================================
+ Coverage 47.87% 52.01% +4.14%
==========================================
Files 23 23
Lines 541 694 +153
Branches 35 53 +18
==========================================
+ Hits 259 361 +102
- Misses 279 322 +43
- Partials 3 11 +8
Impacted Files | Coverage Δ | |
---|---|---|
monitoring_service/__main__.py | 0% <0%> (ø) |
:arrow_up: |
monitoring_service/tools/register_ms.py | 65.38% <0%> (ø) |
:arrow_up: |
monitoring_service/state_db/sqlite_db.py | 64.28% <100%> (-4.29%) |
:arrow_down: |
monitoring_service/utils/__init__.py | 100% <100%> (ø) |
|
monitoring_service/api/rest.py | 51.61% <100%> (-32.26%) |
:arrow_down: |
monitoring_service/utils/blockchain_listener.py | 82.8% <82.8%> (ø) |
|
monitoring_service/state_db/__init__.py | 66.66% <0%> (-33.34%) |
:arrow_down: |
... and 1 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 48d3471...1d3c452. Read the comment docs.
This uses the new BlockchainListener in the MS codebase.
Fixes #47
@karlb : I already removed some tests that are deleted in you PR #45 here as well.