You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test `go list ./... | grep -v "pkg/consapi\|pkg/api\|internal/th\|internal/contracts\|pkg/commons/types\|pkg/commons/contracts\|cmd"` -coverprofile coverage.out -covermode atomic -race
25
+
26
+
- name: coverage
27
+
working-directory: ./backend
28
+
run: |
29
+
echo "Quality Gate: checking test coverage is above threshold ..."
0 commit comments