-
Notifications
You must be signed in to change notification settings - Fork 31
[JENKINS-73380] Add option to consider running builds as reference #557
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
Conversation
☀️ Quality Monitor 🚦 Tests 〰️ Line Coverage: 0% (0 missed lines)
Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
8d0f19e
to
b29592f
Compare
☀️ Quality Monitor 🚦 Tests: 99 % successful (❌ 1 failed, ✔️ 164 passed)
Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
b29592f
to
cc3b0f8
Compare
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 166 passed) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
cc3b0f8
to
d1e4ac7
Compare
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 166 passed) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #557 +/- ##
============================================
+ Coverage 72.13% 72.56% +0.43%
- Complexity 396 403 +7
============================================
Files 48 48
Lines 1220 1232 +12
Branches 108 108
============================================
+ Hits 880 894 +14
+ Misses 305 304 -1
+ Partials 35 34 -1 ☔ View full report in Codecov by Sentry. |
d1e4ac7
to
818be28
Compare
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 166 passed) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
818be28
to
77da5ec
Compare
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 166 passed) Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result. |
In some rare cases it might make sense to select a reference build that is not yet complete. In those cases the pipeline must ensure that the required build results are already available.
See JENKINS-73380.