Add account registration/login (#129)

This commit is contained in:
Tobias Gesellchen
2026-03-27 08:37:50 +01:00
committed by GitHub
parent 61b5c71097
commit b04b0bcc32
24 changed files with 643 additions and 13 deletions
+6
View File
@@ -43,6 +43,12 @@ jobs:
- name: Run tests
run: go test -v -race -coverprofile=coverage.out ./...
- name: Build service
run: make build-service
- name: Run HTTP client integration tests
run: make test-http-client
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with: