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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 1442b3a  Add coverage badge back (and nudge CI to upload a report) 
(#13)
1442b3a is described below

commit 1442b3a4ad6a3e0a6c7d6c42c8dc9042e2f4bffa
Author: Dewey Dunnington <[email protected]>
AuthorDate: Fri Aug 5 12:12:57 2022 -0300

    Add coverage badge back (and nudge CI to upload a report) (#13)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 9750f30..92ce687 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@
 
 # nanoarrow
 
+[![Codecov test 
coverage](https://codecov.io/gh/apache/arrow-nanoarrow/branch/main/graph/badge.svg)](https://app.codecov.io/gh/apache/arrow-nanoarrow?branch=main)
+
 The nanoarrow library is a set of helper functions to interpret and generate
 [Arrow C Data 
Interface](https://arrow.apache.org/docs/format/CDataInterface.html)
 and [Arrow C Stream 
Interface](https://arrow.apache.org/docs/format/CStreamInterface.html)

Reply via email to