Closed agubler closed 4 years ago
:exclamation: No coverage uploaded for pull request base (
master@60bc190
). Click here to learn what that means. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #291 +/- ##
=========================================
Coverage ? 84.96%
=========================================
Files ? 50
Lines ? 2341
Branches ? 619
=========================================
Hits ? 1989
Misses ? 352
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
src/build-time-render/BuildTimeRender.ts | 95.42% <100.00%> (ø) |
|
src/webpack-bundle-analyzer/tree/Module.ts | 65.51% <0.00%> (ø) |
|
src/i18n-plugin/I18nPlugin.ts | 100.00% <0.00%> (ø) |
|
src/bootstrap-plugin/common.js | 0.00% <0.00%> (ø) |
|
src/css-module-class-map-loader/loader.ts | 100.00% <0.00%> (ø) |
|
...8n-plugin/dependencies/InjectedModuleDependency.ts | 100.00% <0.00%> (ø) |
|
src/bootstrap-plugin/BootstrapPlugin.ts | 100.00% <0.00%> (ø) |
|
src/static-build-loader/index.ts | 100.00% <0.00%> (ø) |
|
src/css-module-plugin/CssModulePlugin.ts | 100.00% <0.00%> (ø) |
|
src/css-module-decorator-loader/index.ts | 100.00% <0.00%> (ø) |
|
... and 41 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 60bc190...51384fc. Read the comment docs.
Type: bug
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
Support colons in class names that are escaped and also
not
selectors with a preceding sibling (~
) or child (>
) selector, such as>:not(something)
Resolves #290