This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 4b09ae3 ARROW-5753: [Rust] Fix test failure in CI code coverage
4b09ae3 is described below
commit 4b09ae3d8b6a95fa52def5c884c0c1beb4862543
Author: Chao Sun <[email protected]>
AuthorDate: Tue Jul 2 11:21:51 2019 +0200
ARROW-5753: [Rust] Fix test failure in CI code coverage
Author: Chao Sun <[email protected]>
Closes #4748 from sunchao/ARROW-5753 and squashes the following commits:
f66d0bf6b <Chao Sun> Remove warnings in rustfmt
4a22e6b5a <Chao Sun> ARROW-5753: Fix test failure in CI code coverage
---
.travis.yml | 2 ++
rust/rustfmt.toml | 5 +----
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 117f5dc..793e86a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -307,6 +307,8 @@ matrix:
after_success:
- pushd ${TRAVIS_BUILD_DIR}/rust
# Run coverage for codecov.io
+ - export ARROW_TEST_DATA=$TRAVIS_BUILD_DIR/testing/data
+ - export
PARQUET_TEST_DATA=$TRAVIS_BUILD_DIR/cpp/submodules/parquet-testing/data
- cargo tarpaulin --out Xml
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not
collect coverage reports"
- name: Go
diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml
index b692119..418b9e2 100644
--- a/rust/rustfmt.toml
+++ b/rust/rustfmt.toml
@@ -15,7 +15,4 @@
# specific language governing permissions and limitations
# under the License.
-max_width = 90
-wrap_comments = true
-format_doc_comments = true
-comment_width = 90
\ No newline at end of file
+max_width = 90
\ No newline at end of file