Skip to content

Commit

Permalink
Update badges and add code coverage (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Baiju Muthukadan <[email protected]>
  • Loading branch information
baijum authored Aug 25, 2021
1 parent 1544881 commit 072d8aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
run: make generate manifests && git diff --exit-code
- name: Test
run: make test
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
env:
CODECOV_TOKEN: e8edfc9c-0348-4590-be59-4063c46382ce
- name: Get version from tags
id: version
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# implementation
# Service Binding Controller
> **The reference implementation of the Kubernetes Service Binding Specification**
The reference implementation of the Kubernetes Service Binding Specification
[![CI](https://github.com/k8s-service-bindings/service-binding-controller/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/k8s-service-bindings/service-binding-controller/actions/workflows/ci.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/k8s-service-bindings/service-binding-controller)](https://goreportcard.com/report/github.com/k8s-service-bindings/service-binding-controller)
[![Go Reference](https://pkg.go.dev/badge/github.com/k8s-service-bindings/service-binding-controller.svg)](https://pkg.go.dev/github.com/k8s-service-bindings/service-binding-controller)
[![codecov](https://codecov.io/gh/k8s-service-bindings/service-binding-controller/branch/main/graph/badge.svg?token=D2Hs4MIXBZ)](https://codecov.io/gh/k8s-service-bindings/service-binding-controller)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Community, discussion, contribution, and support

Expand Down

0 comments on commit 072d8aa

Please sign in to comment.