-
Notifications
You must be signed in to change notification settings - Fork 923
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
Ignore empty Gradle build scans and continue to upload #5130
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #5130 +/- ##
=========================================
Coverage 74.30% 74.31%
- Complexity 19600 19601 +1
=========================================
Files 1682 1682
Lines 72260 72260
Branches 9242 9242
=========================================
+ Hits 53695 53700 +5
- Misses 14222 14223 +1
+ Partials 4343 4337 -6 ☔ View 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.
Thanks @ikhoon 🙇 👍 🙇
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.
Thanks!
Motivation:
A build scan may fail to upload if a Gradle build is corrupted somehow.
If there is no scan data in
.gradle/build-scan-data
,./gradlew buildScanPublishPrevious
exits with 1, and then the subsequent commands will be halted.Modifications: