viirya commented on code in PR #933:
URL: https://github.com/apache/datafusion-comet/pull/933#discussion_r1752502799
##########
.github/workflows/pr_build.yml:
##########
@@ -211,7 +211,8 @@ jobs:
uses: ./.github/actions/java-test
with:
maven_opts: -Pspark-${{ matrix.spark-version }}
- upload-test-reports: true
+ # https://github.com/codecov/codecov-action/issues/1549
+ # upload-test-reports: true
Review Comment:
We don't use `upload-test-reports` for `macos-test` pipeline too.
As the feature causes error for this `macos-test-with-spark4_0`, we can
disable it to restore the pipeline.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]