Closed matt-gadd closed 3 years ago
Merging #322 (c82c83d) into master (89996b1) will decrease coverage by
0.16%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #322 +/- ##
==========================================
- Coverage 85.64% 85.48% -0.17%
==========================================
Files 54 54
Lines 2578 2583 +5
Branches 694 696 +2
==========================================
Hits 2208 2208
- Misses 370 375 +5
Impacted Files | Coverage Δ | |
---|---|---|
src/build-time-render/BuildTimeRender.ts | 93.67% <0.00%> (-1.00%) |
: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 89996b1...c82c83d. Read the comment docs.
Type: bug
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription: Fixes a bug where the cache can continuously re-add already visited pages, results in a loop of death.