Skip to content
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

Closed

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Nov 5, 2019

No description provided.

@@ -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"
Copy link
Member Author

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
Copy link
Member Author

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

github-actions bot commented Nov 5, 2019

@pitrou
Copy link
Member Author

pitrou commented Nov 6, 2019

I didn't get any objection on the ML, so will merge. This can be easily re-enabled anyway.

@pitrou pitrou closed this in d7d4c5c Nov 6, 2019
@pitrou pitrou deleted the ARROW-7067-travis-disable-coverage branch November 6, 2019 17:14
kszucs added a commit to kszucs/arrow that referenced this pull request Nov 6, 2019
* 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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants