You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2020/12/29 07:08:10 UTC

[apisix-ingress-controller] branch master updated: doc: add goreport badge in README.md (#144)

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

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new c1c2ff1  doc: add goreport badge in README.md (#144)
c1c2ff1 is described below

commit c1c2ff1ded896e6c2640b9b79107ef9f780408aa
Author: Alex Zhang <zc...@gmail.com>
AuthorDate: Tue Dec 29 15:08:03 2020 +0800

    doc: add goreport badge in README.md (#144)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 5c27c5e..6507974 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@
 
 # Apache APISIX for Kubernetes
 
+[![Go Report Card](https://goreportcard.com/badge/github.com/apache/apisix-ingress-controller)](https://goreportcard.com/report/github.com/apache/apisix-ingress-controller)
+
 Use Apache APISIX for Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/)
 
 All configurations in `apisix-ingress-controller` are defined with Kubernetes CRDs (Custom Resource Definitions). Such as configure [plugins](https://github.com/apache/apisix/tree/master/doc/plugins), Support service registration discovery mechanism for upstreams, load balancing and more in Apache APISIX.