-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[prone] Add UnusedMethod
#19896
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
base: main
Are you sure you want to change the base?
[prone] Add UnusedMethod
#19896
Conversation
|
❌ Gradle check result for 12d0e3b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
12d0e3b to
1390952
Compare
|
❌ Gradle check result for 1390952: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
1390952 to
61c034a
Compare
c7ca1c6 to
b3bedc7
Compare
|
❌ Gradle check result for b3bedc7: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
b3bedc7 to
6b342aa
Compare
|
❌ Gradle check result for 6b342aa: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
6b342aa to
15cf8b1
Compare
|
❌ Gradle check result for 15cf8b1: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Vincent Potucek <[email protected]>
15cf8b1 to
8716f0e
Compare
|
❕ Gradle check result for 8716f0e: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19896 +/- ##
============================================
+ Coverage 73.20% 73.29% +0.08%
- Complexity 71306 71370 +64
============================================
Files 5770 5770
Lines 325687 325656 -31
Branches 47154 47152 -2
============================================
+ Hits 238425 238683 +258
+ Misses 68187 67909 -278
+ Partials 19075 19064 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
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.
related to:
GradleBestPractices#19885UnusedVariableapache/maven-parent#508UnusedMethodgradle/gradle#35470