-
Notifications
You must be signed in to change notification settings - Fork 176
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
build: re-enable upload-test-reports for macos-13 runner #1335
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1335 +/- ##
=============================================
- Coverage 56.12% 39.09% -17.04%
- Complexity 976 2065 +1089
=============================================
Files 119 260 +141
Lines 11743 60237 +48494
Branches 2251 12817 +10566
=============================================
+ Hits 6591 23548 +16957
- Misses 4012 32205 +28193
- Partials 1140 4484 +3344 ☔ View full report in Codecov by Sentry. |
88ce955
to
0d16fe5
Compare
.github/workflows/pr_build.yml
Outdated
@@ -197,7 +197,7 @@ jobs: | |||
test-target: [java] | |||
spark-version: ['4.0'] | |||
fail-fast: false | |||
if: github.event_name == 'push' | |||
# if: github.event_name == 'push' |
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.
Temporarily enabling macos-13 runner for pr
Looks like codecov-action
|
This reverts commit 0d16fe5.
Thanks @kazuyukitanimura |
Which issue does this PR close?
Closes #.
Rationale for this change
The feature
upload-test-reports
for macos-13 runner was disabled (#933) previously due to codecov/codecov-action#1549. Trying to re-enable it with upgrading tov5
.What changes are included in this PR?
How are these changes tested?