-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update karma-coverage to the latest version 🚀 #52
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-coverage
The 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.
070bba3
chore: release v1.1.2
9319dfb
chore: update contributors
9433b24
Merge pull request #339 from johnjbarton/fix-242
bf599db
Merge pull request #344 from AndrewLane/AndrewLane-patch-1
595ab98
Fix exclude typo on the check object
d6d21d2
fix(build): Update to lodash 4
954a555
Merge pull request #345 from johnjbarton/engines
d4695cf
Update travis to match parent karma project
54737bf
chore: add grunt-cli
npm test
works out of the box2bc4aa5
docs: add
json-summary
report type3b2bffa
fix(reporter): replace colons in the output path
1a876d5
docs: Added none as possible value for type
See 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 🌴