add code cov (#1313)

* add code cov

* add code cov

* add readme badge
This commit is contained in:
Murugappan Chetty 2021-05-17 11:47:31 -07:00 committed by GitHub
parent 3ca984cc7c
commit bcadd502cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

5
.codecov.yaml Normal file
View File

@ -0,0 +1,5 @@
ignore:
- "**/zz_generated*.go" # Ignore generated files.
- "pkg/client"
- "third_party"
- "vendor"

View File

@ -5,6 +5,7 @@
[![Releases](https://img.shields.io/github/release-pre/knative/client.svg)](https://github.com/knative/client/releases) [![Releases](https://img.shields.io/github/release-pre/knative/client.svg)](https://github.com/knative/client/releases)
[![LICENSE](https://img.shields.io/github/license/knative/client.svg)](https://github.com/knative/client/blob/main/LICENSE) [![LICENSE](https://img.shields.io/github/license/knative/client.svg)](https://github.com/knative/client/blob/main/LICENSE)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://knative.slack.com) [![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://knative.slack.com)
[![codecov](https://codecov.io/gh/knative/client/branch/main/graph/badge.svg)](https://codecov.io/gh/knative/client)
The Knative client `kn` is your door to the [Knative](https://knative.dev) The Knative client `kn` is your door to the [Knative](https://knative.dev)
world. It allows you to create Knative resources interactively from the command world. It allows you to create Knative resources interactively from the command