-
Notifications
You must be signed in to change notification settings - Fork 2
Add coverage optimization functionality #83
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* # GTM service worker cache fix * # GTM service worker cache fix * # GTM service worker cache fix * # Added flush cache storage functionality
* Regenerate tests & coverage calculation optimization * Add commas * Fix bitwise warning
'cacheDsn': '', | ||
'name': 'deep-root-angular-async-config-dump', | ||
'path': './src/deep-root-angular/backend/src/async-config/dump/bootstrap.js', | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing semicolon.
✅ coverage increased from 0% to 45.23% |
* Fix hound issues * Fix hound issues in lambdas * Fix possible strict violation issue * Remove possible strict violation issue
mgoria
pushed a commit
that referenced
this pull request
Jun 29, 2016
* # GTM service worker cache fix * # GTM service worker cache fix * # GTM service worker cache fix * # Added flush cache storage functionality * Add coverage optimization functionality (#83) * # GTM service worker cache fix (#81) * # GTM service worker cache fix * # GTM service worker cache fix * # GTM service worker cache fix * # Added flush cache storage functionality * Regenerate backend tests & coverage optimization (#82) * Regenerate tests & coverage calculation optimization * Add commas * Fix bitwise warning * Fix hound issues (#84) * Fix hound issues * Fix hound issues in lambdas * Fix possible strict violation issue * Remove possible strict violation issue * # Added Cognito User Pool Parameter
eistrati
pushed a commit
that referenced
this pull request
Jul 12, 2016
* # GTM service worker cache fix * # GTM service worker cache fix * # GTM service worker cache fix * # Added flush cache storage functionality * Add coverage optimization functionality (#83) * # GTM service worker cache fix (#81) * # GTM service worker cache fix * # GTM service worker cache fix * # GTM service worker cache fix * # Added flush cache storage functionality * Regenerate backend tests & coverage optimization (#82) * Regenerate tests & coverage calculation optimization * Add commas * Fix bitwise warning * Fix hound issues (#84) * Fix hound issues * Fix hound issues in lambdas * Fix possible strict violation issue * Remove possible strict violation issue * # Added Cognito User Pool Parameter * # Added user pool trigger params into deep-root-angular
CCristi
pushed a commit
that referenced
this pull request
Jul 29, 2016
* Add coverage optimization functionality (#83) * # GTM service worker cache fix (#81) * # GTM service worker cache fix * # GTM service worker cache fix * # GTM service worker cache fix * # Added flush cache storage functionality * Regenerate backend tests & coverage optimization (#82) * Regenerate tests & coverage calculation optimization * Add commas * Fix bitwise warning * Fix hound issues (#84) * Fix hound issues * Fix hound issues in lambdas * Fix possible strict violation issue * Remove possible strict violation issue * Add codeclimate/eslint and fix issues * Change one rule from warning to off * Turn off one rule * Add lib folder to ignore * Undo changes in lib folder * Update README and tests * Remove jshint local overrides
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add coverage optimization functionality