Closed Backfighter closed 2 years ago
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Merging #430 into master will decrease coverage by
0.19%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #430 +/- ##
==========================================
- Coverage 42.46% 42.27% -0.20%
==========================================
Files 3 3
Lines 219 220 +1
Branches 48 48
==========================================
Hits 93 93
- Misses 103 104 +1
Partials 23 23
Impacted Files | Coverage Δ | |
---|---|---|
src/karma-webpack.js | 46.73% <0.00%> (-0.24%) |
: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 3cc35b3...b2e4de2. Read the comment docs.
Are you still interested in this?
Personally no. I have moved on from the project this would have been beneficial for. Nonetheless I still consider it to potentially provide value to others.
This PR contains a:
Motivation / Use-Case
This allows to perform certain actions once a compilation is done, when using the karma api. Example use case: Run tests every time a compilation has finished.
Breaking Changes
None.
Additional Info
There is currently a workaround to still allow running test on every webpack compile, with webpack-karma: