1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +02:00

Remove unused target from the makefile

Change-Id: Ic663c249a5529114d386e59f522386f132e13879
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar
2025-10-02 10:25:44 +00:00
committed by Cosmin Cojocar
parent f5a3b7ab78
commit 34db3de0ee

View File

@@ -56,7 +56,7 @@ govulncheck: install-govulncheck
govulncheck ./...; \
fi
test-coverage: install-test-deps
test-coverage:
go test -race -v -count=1 -coverprofile=coverage.out ./...
build: