Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit
7 lines
118 B
Makefile
7 lines
118 B
Makefile
test:
|
|
mkdir -p .test
|
|
go test ./... -coverprofile=.test/coverage.out -json > .test/report.json
|
|
|
|
scan:
|
|
sonar-scanner
|