Skip to content

Commit

Permalink
add code cov (#1313)
Browse files Browse the repository at this point in the history
* add code cov

* add code cov

* add readme badge
  • Loading branch information
itsmurugappan committed May 17, 2021
1 parent 3ca984c commit bcadd50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
- "**/zz_generated*.go" # Ignore generated files.
- "pkg/client"
- "third_party"
- "vendor"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcadd50

Please sign in to comment.