-
Notifications
You must be signed in to change notification settings - Fork 0
Update karma-coverage to the latest version 🚀 #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Update to this version instead 🚀 Release Notes for v2.0.0Bug Fixes
ChoresBREAKING CHANGES
The istanbul package is deprecated in favor several split packages that
This commit refactors the in memory report implementation to use the new Report creation is removed from newer versions of the istanbul API, so
This commit updates the preprocessor to use istanbul-lib-instrument The old istanbul package exposed the Instrumenter directly, allowing the This change allows the following configuration for creating instrumenters:
This commit also uses the istanbul-lib-source-maps package to handle
This commit updates the reporter by using the istanbul-lib-coverage The new apis remove the need for collectors and remove the need to
This commit removes the source-cache-store and source-cache files as
This commit updates the report creator utility to allow resetting the
This commit updates the preprocessor to properly access file coverage The istanbul instrumenter offers the ability to receive the coverage map This commit also addresses changes from the v0 instanbul instrumenter
This commit fixes errors with accessing data properly during the This commit also fixes the checking coverage for each file by using a
This commit updates the mocking done in unit tests to properly mock the
CommitsThe new version differs by 14 commits.
See the full diff |
|
Version 1.1.2 of karma-coverage was just published.
karma-coverageThe version 1.1.2 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of karma-coverage.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v1.1.2Bug Fixes
BREAKING CHANGES
:Commits
The new version differs by 12 commits.
070bba3chore: release v1.1.29319dfbchore: update contributors9433b24Merge pull request #339 from johnjbarton/fix-242bf599dbMerge pull request #344 from AndrewLane/AndrewLane-patch-1595ab98Fix exclude typo on the check objectd6d21d2fix(build): Update to lodash 4954a555Merge pull request #345 from johnjbarton/enginesd4695cfUpdate travis to match parent karma project54737bfchore: add grunt-clinpm testworks out of the box2bc4aa5docs: addjson-summaryreport type3b2bffafix(reporter): replace colons in the output path1a876d5docs: Added none as possible value for typeSee the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴