feat: new documentation + project cleanup #73

Merged
tom_trgr merged 8 commits from dev/main into main 2026-01-29 18:56:34 +01:00
Showing only changes of commit bec94deaae - Show all commits

View File

@@ -46,6 +46,8 @@ jobs:
key: arbeitszeitmessung-${{ steps.hash-go.outputs.hash }}
restore-keys: |-
arbeitszeitmessung-
- name: Render Templ files
run: cd Backend && go install github.com/a-h/templ/cmd/templ@v0.3.977 && templ generate
- name: Run Go Tests
run: cd Backend && mkdir .test && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json
- name: Verify coverage report exists