You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/05/10 09:32:26 UTC

[arrow] branch master updated: ARROW-2557: [Rust] Add badge for code coverage in README

This is an automated email from the ASF dual-hosted git repository.

uwe 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 35da703  ARROW-2557: [Rust] Add badge for code coverage in README
35da703 is described below

commit 35da703472aa453cc9bc8b7fb502a21e1dd522c7
Author: Chao Sun <su...@apache.org>
AuthorDate: Thu May 10 11:32:20 2018 +0200

    ARROW-2557: [Rust] Add badge for code coverage in README
    
    Author: Chao Sun <su...@apache.org>
    
    Closes #2014 from sunchao/code-coverage-badge and squashes the following commits:
    
    c39e91c8 <Chao Sun> ARROW-2557:  Add badge for code coverage in README
---
 rust/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/rust/README.md b/rust/README.md
index 2bbc7f1..cb61efb 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -19,6 +19,9 @@
 
 # Native Rust implementation of Apache Arrow
 
+[![Build Status](https://travis-ci.org/apache/arrow.svg?branch=master)](https://travis-ci.org/apache/arrow)
+[![Coverage Status](https://coveralls.io/repos/github/apache/arrow/badge.svg)](https://coveralls.io/github/apache/arrow)
+
 ## Status
 
 This is a starting point for a native Rust implementation of Arrow.
@@ -62,4 +65,4 @@ cargo run --example array_from_builder
 
 ```bash
 cargo test
-```
\ No newline at end of file
+```

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.