Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,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
Expand Down
5 changes: 1 addition & 4 deletions rust/rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
max_width = 90