Skip to content

Commit

Permalink
adds go build/test and go report badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsmr committed Feb 4, 2024
1 parent ba99140 commit 0e9ff3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# K4wd
*`kubectl port-forward` on steroids*
---
[![Go](https://github.com/tmsmr/k4wd/actions/workflows/go.yml/badge.svg)](https://github.com/tmsmr/k4wd/actions/workflows/go.yml)
[![Go Report](https://goreportcard.com/badge/github.com/tmsmr/k4wd)](https://goreportcard.com/report/github.com/tmsmr/k4wd)

**Work in Progress! Docs are incomplete and this tool is not properly tested yet**

Expand Down Expand Up @@ -90,3 +93,4 @@ kubectl delete -f example.yaml
## k3d setup for GH actions...TBD
- `curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash`
- `k3d cluster create mycluster`

0 comments on commit 0e9ff3b

Please sign in to comment.