experimenting with Jenkinsbuild
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-20 18:55:47 +02:00
parent 33185150cc
commit 3475e6d7c9
7 changed files with 762 additions and 42 deletions

6
Backend/Makefile Normal file
View File

@@ -0,0 +1,6 @@
test:
mkdir -p .test
go test ./... -coverprofile=.test/coverage.out -json > .test/report.json
scan:
sonar-scanner