Makefile: Improve test command
This commit is contained in:
parent
4fc131c1b9
commit
ff78b28d87
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -285,6 +285,7 @@ test-coverage:
|
|||
$(info Running all Go tests with code coverage report...)
|
||||
go test -parallel 1 -count 1 -cpu 1 -failfast -tags slow -timeout 30m -coverprofile coverage.txt -covermode atomic ./pkg/... ./internal/...
|
||||
go tool cover -html=coverage.txt -o coverage.html
|
||||
go tool cover -func coverage.txt | grep total:
|
||||
docker-pull:
|
||||
docker compose pull --ignore-pull-failures
|
||||
docker compose -f docker-compose.latest.yml pull --ignore-pull-failures
|
||||
|
|
Loading…
Reference in a new issue