-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fix jacoco result not updated to latest commit issue #3581
Conversation
@peterzhuamazon Can you help review this PR? Thanks. |
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.
Approve based on @zane-neo confirming that jacoco file exist in plugin/build/reports/jacoco/test/jacocoTestReport.xml
.
Need to open another PR to confirm.
Thanks.
Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: zane-neo <zaniu@amazon.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3581 +/- ##
============================================
- Coverage 80.28% 80.12% -0.17%
- Complexity 6935 6984 +49
============================================
Files 610 616 +6
Lines 30296 30624 +328
Branches 3388 3444 +56
============================================
+ Hits 24324 24536 +212
- Misses 4510 4591 +81
- Partials 1462 1497 +35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: zane-neo <zaniu@amazon.com>
Closing this PR as it seems the code coverage is updating automatically. |
Description
Fix jacoco result not updated to latest commit issue
Related Issues
#3580
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.