Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 908 Bytes

File metadata and controls

19 lines (14 loc) · 908 Bytes

go-commons

codecov Go Report Card License

Running test locally

Use make to run lint and unittest locally. See make help for details

lint

The lint tests are executed using pre-commit. Make sure to install it before running.

unittest

The unittest tests are executed using ginkgo. Make sure to install it locally before running.

build-cli

Will build a simple CLI tool to retrieve the cluster metadata.