diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 000000000..6dbe6da23 --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,5 @@ +ignore: + - "**/zz_generated*.go" # Ignore generated files. + - "pkg/client" + - "third_party" + - "vendor" diff --git a/README.md b/README.md index e908c3831..cf725e4ca 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![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) [![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) world. It allows you to create Knative resources interactively from the command