mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-25 08:23:13 +01:00
fix: redirect to login (#1082)
This commit is contained in:
2
Makefile
2
Makefile
@@ -29,7 +29,7 @@ test:
|
||||
.PHONY: test-coverage
|
||||
test-coverage:
|
||||
@echo "Testing with coverage..."
|
||||
go test -coverpkg=./... -coverprofile=coverage.out ./...
|
||||
go test -coverpkg=./... -coverprofile=coverage.out -count 1 ./...
|
||||
go tool cover -func=coverage.out
|
||||
go tool cover -html=coverage.out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user