Files
arbeitszeitmessung/Backend/Makefile
Tom Tröger 3475e6d7c9
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit
experimenting with Jenkinsbuild
2025-08-20 18:55:47 +02:00

7 lines
118 B
Makefile

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