Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
/ Brokkr Public archive

Brokkr - Micro component-based framework that helps you quickly write simple gRPC API's

License

Notifications You must be signed in to change notification settings

Clink-n-Clank/Brokkr

Repository files navigation

Brokkr

Coverage GitHub Super-Linter

Brokkr micro framework that helps you quickly write simple API's and test it

Run tests

go test -v --race $(go list ./... | (grep -v /vendor/) | (grep -v internal/test/bdd/integration_tests)) -covermode=atomic -coverprofile=coverage.out