Closed KaneFreeman closed 3 years ago
Merging #336 (6cca7ea) into master (181c774) will increase coverage by
0.09%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #336 +/- ##
==========================================
+ Coverage 85.43% 85.52% +0.09%
==========================================
Files 54 54
Lines 2602 2619 +17
Branches 706 715 +9
==========================================
+ Hits 2223 2240 +17
Misses 379 379
Impacted Files | Coverage Δ | |
---|---|---|
src/static-build-loader/loader.ts | 100.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 181c774...6cca7ea. Read the comment docs.
Type: bug
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription: Attempt to unwrap lines in case of wrapped import/require
Resolves #232