No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
a571f07
... +0 ...
d8fa32a
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
615 | 615 | compilation.hooks.processAssets.tapAsync( |
|
616 | 616 | { |
|
617 | 617 | name: "copy-webpack-plugin", |
|
618 | - | stage: compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS, |
|
618 | + | stage: compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL, |
|
619 | 619 | }, |
|
620 | 620 | async (unusedAssets, callback) => { |
|
621 | 621 | logger.log("starting to add additional assets..."); |
Files | Coverage |
---|---|
cjs.js | 100.00% |
index.js | 93.79% |
utils/promisify.js | 91.67% |
Folder Totals (3 files) | 93.75% |
Project Totals (3 files) | 93.75% |
d8fa32a
a571f07