Closed hhellyer closed 6 years ago
Merging #155 into master will decrease coverage by
0.71%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #155 +/- ##
==========================================
- Coverage 64.74% 64.02% -0.72%
==========================================
Files 4 4
Lines 417 417
==========================================
- Hits 270 267 -3
- Misses 147 150 +3
Impacted Files | Coverage Δ | |
---|---|---|
lib/classes/collections.js | 66% <100%> (ø) |
:arrow_up: |
lib/appmetrics-dash.js | 60.26% <0%> (-1%) |
: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 7953988...38d9f2b. Read the comment docs.
We have added the method to the summary table but not to the output of the REST API. We need the method in the REST API output for exactly the same reasons.
The PR for the summary table was: https://github.com/RuntimeTools/appmetrics-dash/pull/153