chore(test): remove coverage generation
All checks were successful
submodules sync / sync (push) Successful in 39s
build / build (push) Successful in 1m16s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2025-03-06 15:12:57 -05:00
parent 53c794c88c
commit 149ea41b1c
GPG Key ID: D47306D7062CDA9D

View File

@ -26,9 +26,9 @@ prepare-test:
test: test:
./scripts/prepare_test_repos.sh $(TMP_DIR) ./scripts/prepare_test_repos.sh $(TMP_DIR)
go test -coverprofile cover.out -v ./... go test -v ./...
ci-test: ci-test:
./scripts/prepare_test_repos.sh $(TMP_DIR) ./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" ./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 ./...