-
Notifications
You must be signed in to change notification settings - Fork 357
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
ci: document how to test the stable pipeline #15709
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #15709 +/- ##
============================================
+ Coverage 60.18% 66.29% +6.10%
- Complexity 28454 31366 +2912
============================================
Files 3487 3485 -2
Lines 129907 129964 +57
Branches 15170 15196 +26
============================================
+ Hits 78186 86156 +7970
+ Misses 45137 36720 -8417
- Partials 6584 7088 +504
Flags with carried forward coverage won't be shown. Click here to find out more. see 676 files with indirect coverage changes Continue to review 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.
Looks good, added a few comments.
Also, I don't think the delete-remote-docker-image.sh
should be in the jenkinsfiles
dir, as it's not a Jenkinsfile and it's not used by one. I'd add it in a scripts
dir (as mentioned in this Jira task).
Co-authored-by: radnov <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
No description provided.