Closed derekpierre closed 4 years ago
Merging #75 into master will decrease coverage by
0.63%
. The diff coverage is52.94%
.
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
- Coverage 47.87% 47.23% -0.64%
==========================================
Files 10 10
Lines 963 978 +15
==========================================
+ Hits 461 462 +1
- Misses 502 516 +14
Impacted Files | Coverage Δ | |
---|---|---|
monitor/layout.py | 94.11% <ø> (ø) |
|
monitor/cli/main.py | 55.05% <16.66%> (-1.27%) |
:arrow_down: |
monitor/dashboard.py | 19.35% <20.00%> (-0.49%) |
:arrow_down: |
monitor/utils.py | 78.94% <36.84%> (-21.06%) |
:arrow_down: |
monitor/components.py | 29.52% <66.66%> (-0.58%) |
:arrow_down: |
monitor/crawler.py | 46.36% <76.31%> (-0.55%) |
:arrow_down: |
monitor/cli/_utils.py | 40.00% <100.00%> (ø) |
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 2333958...fc31f84. Read the comment docs.
Probably needs some backpressure queuing as the network gets bigger, but that can be a separate follow-up PR.
Based over #74 .