-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-7067: [CI] Disable code coverage on Travis-CI #5778
Conversation
@@ -264,7 +264,7 @@ matrix: | |||
- $TRAVIS_BUILD_DIR/ci/travis_script_go.sh | |||
after_success: | |||
- pushd ${TRAVIS_BUILD_DIR}/go/arrow | |||
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" | |||
#- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" |
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.
@sbinet Do you use the coverage reports? Otherwise, is there something more to do to disable Go coverage?
after_success: | ||
- Rscript ../ci/travis_upload_r_coverage.R | ||
#after_success: | ||
#- Rscript ../ci/travis_upload_r_coverage.R |
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.
@nealrichardson Is there something more to do to disable R coverage computation?
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.
Nope, that'll do it. You can also rm https://github.com/apache/arrow/blob/master/ci/travis_upload_r_coverage.R
I didn't get any objection on the ML, so will merge. This can be easily re-enabled anyway. |
* ARROW-7067: [CI] Disable code coverage on Travis-CI Closes apache#5778 from pitrou/ARROW-7067-travis-disable-coverage and squashes the following commits: bda5ff4 <Antoine Pitrou> ARROW-7067: Disable code coverage on Travis-CI Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]> * ARROW-7058: [C++] FileSystemDataSourceDiscovery should apply partition schemes relative to its base dir @nealrichardson Closes apache#5772 from bkietz/7058-FileSystemDataSourceDisco and squashes the following commits: c0edfa5 <Benjamin Kietzman> make base_dir of partition schemes explicitly optional f2f9689 <Benjamin Kietzman> add DCHECK for path containing selector 1bae5ff <Benjamin Kietzman> ARROW-7058: FilSystemDataSourceDiscovery should apply partition schemes relative to its base dir Authored-by: Benjamin Kietzman <[email protected]> Signed-off-by: François Saint-Jacques <[email protected]> * Refactor docker-compose file and use it with github actions. * Turn off gandiva and flight for the HDFS test [skip ci] * Missing --pyargs argument for the python test command [skip ci] * Add CentOS version to the manylinux image names [skip ci] * Fix manylinux volumes [skip ci]
No description provided.