Skip to content

Commit

Permalink
docs: add Go Report Card badge (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Dec 21, 2022
1 parent e794e7f commit 0d87dab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# controller-runtime-viper

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![Conventional Commits][conventional-commits-img]][conventional-commits]
[![Go Report Card][report-card-img]][report-card]

Wrapper package to support viper in controller-runtime based Operators. Works as a drop-in replacement for controller-runtime zap package.

[conventional-commits-img]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white
[conventional-commits]: https://conventionalcommits.org
[report-card-img]: https://goreportcard.com/badge/github.com/statnett/controller-runtime-viper
[report-card]: https://goreportcard.com/report/github.com/statnett/controller-runtime-viper

0 comments on commit 0d87dab

Please sign in to comment.