You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/07/25 10:43:19 UTC

[arrow-rs] branch active_release updated: Update readme link to point at the right codecoverage location (#577) (#584)

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

alamb pushed a commit to branch active_release
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/active_release by this push:
     new 8835adc  Update readme link to point at the right codecoverage location (#577) (#584)
8835adc is described below

commit 8835adc3e481c3a3585c2139bc5e6ed0d2f5c1ee
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Sun Jul 25 06:43:11 2021 -0400

    Update readme link to point at the right codecoverage location (#577) (#584)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b1cac38..d8a9728 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Native Rust implementation of Apache Arrow and Parquet
 
-[![Coverage Status](https://codecov.io/gh/apache/arrow/rust/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/arrow?branch=master)
+[![Coverage Status](https://codecov.io/gh/apache/arrow-rs/rust/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/arrow-rs?branch=master)
 
 Welcome to the implementation of Arrow, the popular in-memory columnar format, in [Rust](https://www.rust-lang.org/).