Revert "choreL: update test tooling (#72)"
All checks were successful
CI / test (pull_request) Successful in 25s

This reverts commit 2bfb4419d3.
This commit is contained in:
2026-01-10 21:24:10 +01:00
parent 2bfb4419d3
commit c450c2ced9
5 changed files with 3 additions and 49 deletions

View File

@@ -1,19 +1,11 @@
test: test-unit test-race test-coverage
test-unit:
test:
go test ./pkg/... -coverprofile=coverage.out
test-race:
go test ./pkg/... -race
test-coverage:
go tool gcov2lcov -infile coverage.out > lcov.info
build:
go build
lint:
go tool golint ./...
golint ./...
run:
make build