mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-28 18:03:26 +01:00
feat: add reactions (#1074)
This commit is contained in:
13
Makefile
13
Makefile
@@ -1,9 +1,9 @@
|
||||
.PHONY: install
|
||||
install:
|
||||
@echo "Installing..."
|
||||
go install github.com/bombsimon/wsl/v4/cmd...@master
|
||||
go install mvdan.cc/gofumpt@latest
|
||||
go install github.com/daixiang0/gci@latest
|
||||
go install github.com/bombsimon/wsl/v4/cmd...@v4.4.1
|
||||
go install mvdan.cc/gofumpt@v0.6.0
|
||||
go install github.com/daixiang0/gci@v0.13.4
|
||||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
@@ -26,6 +26,13 @@ test:
|
||||
go test -v ./...
|
||||
cd ui && bun test
|
||||
|
||||
.PHONY: test-coverage
|
||||
test-coverage:
|
||||
@echo "Testing with coverage..."
|
||||
go test -coverpkg=./... -coverprofile=coverage.out ./...
|
||||
go tool cover -func=coverage.out
|
||||
go tool cover -html=coverage.out
|
||||
|
||||
.PHONY: build-ui
|
||||
build-ui:
|
||||
@echo "Building..."
|
||||
|
||||
Reference in New Issue
Block a user