-
Notifications
You must be signed in to change notification settings - Fork 30
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
End2end tests for core #123
End2end tests for core #123
Conversation
Codecov Report
@@ Coverage Diff @@
## master #123 +/- ##
=============================================
+ Coverage 40.62% 57.86% +17.24%
- Complexity 192 268 +76
=============================================
Files 41 40 -1
Lines 1184 1182 -2
Branches 87 87
=============================================
+ Hits 481 684 +203
+ Misses 662 449 -213
- Partials 41 49 +8 Continue to review full report at Codecov.
|
0e989ec
to
29ed30a
Compare
Hi @afillatre, Thanks a lot for submitting these improvements. Can you please resolve the conflicts with the master branch so I can merge it 😄 FYI: I added an extra layer of static analysis checks based on the analysis of imports in source files. This means that DepClean now also checks for usages in the source code of the project, which removes false positives such as lombok and sl4j, see #126 |
29ed30a
to
2658f46
Compare
Kudos, SonarCloud Quality Gate passed! |
@cesarsotovalero that's done. |
Although, looking at the Gradle project, I updated the methods that get the output folders to get a set of folders. I did not do that refactoring to your new code though. This is not blocking, but may need to be done later. |
I agree, |
Coverage could still be higher, but this should make new features way more easy to test