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

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f6787656 [minor] add Coverage Status in readme (#3220)
1f6787656 is described below

commit 1f67876564643dcfbb512f6df12a8bcec4d948ae
Author: Yang Jiang <[email protected]>
AuthorDate: Mon Aug 22 22:42:39 2022 +0800

    [minor] add Coverage Status in readme (#3220)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 2b6820dde..b468089e2 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@ DataFusion is an extensible query planning, optimization, and 
execution framewor
 Rust, that uses [Apache Arrow](https://arrow.apache.org) as its
 in-memory format.
 
+[![Coverage 
Status](https://codecov.io/gh/apache/arrow-datafusion/rust/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/arrow-datafusion?branch=master)
+
 ## Features
 
 - SQL query planner with support for multiple SQL dialects

Reply via email to