fix(deps): update module github.com/stretchr/testify to v1.9.0 #8
pull-requests.yaml
on: pull_request
Backend Server Tests
/
Go
1m 40s
Frontend and End-to-End Tests
/
Lint
44s
Frontend and End-to-End Tests
/
Integration Tests
1m 24s
Annotations
6 errors
Frontend and End-to-End Tests / Lint
Process completed with exit code 1.
|
Backend Server Tests / Go:
backend/internal/data/repo/main_test.go#L64
exitAfterDefer: os.Exit will exit, and `defer func(){...}(...)` will not run (gocritic)
|
Backend Server Tests / Go:
backend/internal/core/services/main_test.go#L80
exitAfterDefer: os.Exit will exit, and `defer func(){...}(...)` will not run (gocritic)
|
Backend Server Tests / Go:
backend/app/api/demo.go#L43
exitAfterDefer: log.Fatal will exit, and `defer cancel()` will not run (gocritic)
|
Backend Server Tests / Go:
backend/app/api/main.go#L142
exitAfterDefer: log.Fatal will exit, and `defer func(c *ent.Client){...}(...)` will not run (gocritic)
|
Backend Server Tests / Go
issues found
|