test: mkdir -p .test go test ./... -coverprofile=.test/coverage.out -json > .test/report.json scan: sonar-scanner