experimenting with Jenkinsbuild
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit
This commit is contained in:
6
Backend/Makefile
Normal file
6
Backend/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
test:
|
||||
mkdir -p .test
|
||||
go test ./... -coverprofile=.test/coverage.out -json > .test/report.json
|
||||
|
||||
scan:
|
||||
sonar-scanner
|
||||
Reference in New Issue
Block a user