-
Notifications
You must be signed in to change notification settings - Fork 61
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
Jacoco integration test fix #467
base: main
Are you sure you want to change the base?
Conversation
} | ||
|
||
jacocoTestReport { | ||
dependsOn test |
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.
We should either set this dependency for both integrationTest
and test
or remove it at all. I decided to remove it, because in our GHA we're executing tests + generating report as 2 separate steps
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #467 +/- ##
=========================================
Coverage 68.18% 68.18%
Complexity 1125 1125
=========================================
Files 319 319
Lines 12789 12789
Branches 1275 1275
=========================================
Hits 8720 8720
Misses 3541 3541
Partials 528 528
*This pull request uses carry forward flags. Click here to find out more. |
Thats cool |
This PR implements issue(s) #
Checklist