Skip to content

Commit d3ec1be

Browse files
committed
remove code coverage stuff
1 parent 08b2fbf commit d3ec1be

2 files changed

Lines changed: 1 addition & 8114 deletions

File tree

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,14 @@ help:
1717
test:
1818
go test ./internal/... -v
1919

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
2420

2521
# Build the binary
2622
build:
2723
go build -o cwt ./cmd/cwt
2824

2925
# Clean build artifacts
3026
clean:
31-
rm -f cwt coverage.out coverage.html
27+
rm -f cwt
3228

3329
# Run linters (requires golangci-lint)
3430
lint:

0 commit comments

Comments
 (0)