chore(test): remove coverage generation
This commit is contained in:
parent
53c794c88c
commit
149ea41b1c
4
Makefile
4
Makefile
|
@ -26,9 +26,9 @@ prepare-test:
|
|||
|
||||
test:
|
||||
./scripts/prepare_test_repos.sh $(TMP_DIR)
|
||||
go test -coverprofile cover.out -v ./...
|
||||
go test -v ./...
|
||||
|
||||
ci-test:
|
||||
./scripts/prepare_test_repos.sh $(TMP_DIR)
|
||||
./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '3i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json"
|
||||
GITHUB_ACTOR="" go test -coverprofile cover.out -v ./...
|
||||
GITHUB_ACTOR="" go test -v ./...
|
||||
|
|
Loading…
Reference in New Issue
Block a user