We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b2fbf commit d3ec1beCopy full SHA for d3ec1be
2 files changed
Makefile
@@ -17,18 +17,14 @@ help:
17
test:
18
go test ./internal/... -v
19
20
-# Run tests with coverage
21
-test-cover:
22
- go test ./internal/... -v -coverprofile=coverage.out
23
- go tool cover -html=coverage.out -o coverage.html
24
25
# Build the binary
26
build:
27
go build -o cwt ./cmd/cwt
28
29
# Clean build artifacts
30
clean:
31
- rm -f cwt coverage.out coverage.html
+ rm -f cwt
32
33
# Run linters (requires golangci-lint)
34
lint:
0 commit comments