-
Notifications
You must be signed in to change notification settings - Fork 13
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
Increase code coverage for repo-modenizer #40
Conversation
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
==========================================
+ Coverage 81.51% 89.54% +8.03%
==========================================
Files 16 16
Lines 1569 1569
Branches 155 155
==========================================
+ Hits 1279 1405 +126
+ Misses 263 157 -106
+ Partials 27 7 -20
Continue to review full report at Codecov.
|
The increase of 8% is on the overall repo & detailed increase can be seen here . |
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.
Overall changes look great! Thanks @dichaudhary for working on increasing the coverage. 👍
Just fix the issue about the devDependencies
vs dependencies
.
@@ -20,6 +20,7 @@ | |||
}, | |||
"dependencies": { | |||
"@adobe/aem-cs-source-migration-commons": "^0.0.3", | |||
"axios-mock-adapter": "^1.19.0", |
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.
Is this used library being anywhere? I could not find it.
Also incase it is required, it should be in the devDependencies
list (libraries being used for development) instead of dependencies
(libraries being used at runtime). Same with jest-junit
, it should also be moved to devDependencies
.
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.
Thanks, @ManasMaji for pointing this out, Yes! it is not used anywhere, should have been included by mistake, let me remove it in the next commit.
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.
LGTM
Description
PR contains changes for a few additional test cases for repository modernizer module.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: