You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ko...@apache.org on 2021/01/04 11:39:17 UTC

[avro] branch avro-3009/badges created (now 2361e51)

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

kojiromike pushed a change to branch avro-3009/badges
in repository https://gitbox.apache.org/repos/asf/avro.git.


      at 2361e51  AVRO-3009: Update Status Badges in Readme

This branch includes the following new commits:

     new 2361e51  AVRO-3009: Update Status Badges in Readme

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[avro] 01/01: AVRO-3009: Update Status Badges in Readme

Posted by ko...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kojiromike pushed a commit to branch avro-3009/badges
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 2361e5132e2609401d60cc3e727d387b1f6a13f5
Author: Michael A. Smith <mi...@smith-li.com>
AuthorDate: Mon Jan 4 07:39:04 2021 -0400

    AVRO-3009: Update Status Badges in Readme
    
    Left out in the original switch to actions
---
 README.md | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6cbc3f1..b77b644 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,17 @@
-[![Build Status](https://travis-ci.org/apache/avro.svg?branch=master)](https://travis-ci.org/apache/avro)
-
 # Apache Avro™
 
+[![Test C](https://github.com/apache/avro/workflows/Test%20C/badge.svg)][Test C]
+[![Test C#](https://github.com/apache/avro/workflows/Test%20C%23/badge.svg)][Test C#]
+[![Test C++](https://github.com/apache/avro/workflows/Test%20C++/badge.svg)][Test C++]
+[![Test Java](https://github.com/apache/avro/workflows/Test%20Java/badge.svg)][Test Java]
+[![Test JavaScript](https://github.com/apache/avro/workflows/Test%20JavaScript/badge.svg)][Test JavaScript]
+[![Test Perl](https://github.com/apache/avro/workflows/Test%20Perl/badge.svg)][Test Perl]
+[![Test Ruby](https://github.com/apache/avro/workflows/Test%20Ruby/badge.svg)][Test Ruby]
+[![Test Python](https://github.com/apache/avro/workflows/Test%20Python/badge.svg)][Test Python]
+[![Test PHP](https://github.com/apache/avro/workflows/Test%20PHP/badge.svg)][Test PHP]
+
+-----
+
 Apache Avro™ is a data serialization system.
 
 Learn more about Avro, please visit our website at:
@@ -11,3 +21,14 @@ Learn more about Avro, please visit our website at:
 To contribute to Avro, please read:
 
   https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute
+
+
+[Test C]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+C%22
+[Test C#]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+C%23%22
+[Test C++]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+C%2B%2B%22
+[Test Java]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+Java%22
+[Test JavaScript]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+JavaScript%22
+[Test Perl]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+Perl%22
+[Test Ruby]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+Ruby%22
+[Test Python]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+Python%22
+[Test PHP]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+PHP%22