-
-
Notifications
You must be signed in to change notification settings - Fork 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
corrected DAE, modify pom #1070
corrected DAE, modify pom #1070
Conversation
…ead-assignment-eliminator-1
…ead-assignment-eliminator-1 # Conflicts: # sootup.apk.frontend/pom.xml
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1070 +/- ##
==============================================
- Coverage 69.41% 39.68% -29.73%
+ Complexity 4473 4448 -25
==============================================
Files 376 659 +283
Lines 17078 29623 +12545
Branches 2967 4839 +1872
==============================================
- Hits 11854 11756 -98
- Misses 4303 16956 +12653
+ Partials 921 911 -10 ☔ View full report in Codecov by Sentry. |
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.
and more dep mgmt to remove
…ead-assignment-eliminator-1
pom.xml
Outdated
@@ -458,7 +464,7 @@ | |||
<dependency> | |||
<groupId>org.mockito</groupId> | |||
<artifactId>mockito-junit-jupiter</artifactId> | |||
<version>5.12.0</version> | |||
<version>4.0.0</version> |
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.
lets make use of dependency mgmt here as well
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.
so should I add v4 in apk.parser and revert back to v5 here right? @swissiety
No description provided.