mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
chore(ci): remove GOEXPERIMENT=coverageredesign (#4988)
This commit is contained in:
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
@@ -130,7 +130,7 @@ make test-with-coverage
|
||||
```
|
||||
**Output:** `coverage.txt`
|
||||
**Time:** ~3-5 minutes
|
||||
**Note:** Used by Code Coverage workflow. Sets KOPIA_COVERAGE_TEST=1 and GOEXPERIMENT=nocoverageredesign.
|
||||
**Note:** Used by Code Coverage workflow. Sets KOPIA_COVERAGE_TEST=1
|
||||
|
||||
### Index Blob Tests (Separate)
|
||||
```bash
|
||||
|
||||
1
Makefile
1
Makefile
@@ -275,7 +275,6 @@ dev-deps:
|
||||
GO111MODULE=off go get -u github.com/sqs/goreturns
|
||||
|
||||
test-with-coverage: export KOPIA_COVERAGE_TEST=1
|
||||
test-with-coverage: export GOEXPERIMENT=nocoverageredesign
|
||||
test-with-coverage: export TESTING_ACTION_EXE ?= $(TESTING_ACTION_EXE)
|
||||
test-with-coverage: $(gotestsum) $(TESTING_ACTION_EXE)
|
||||
$(GO_TEST) $(UNIT_TEST_RACE_FLAGS) -tags testing -count=$(REPEAT_TEST) -short -covermode=atomic -coverprofile=coverage.txt --coverpkg $(COVERAGE_PACKAGES) -timeout $(UNIT_TESTS_TIMEOUT) ./...
|
||||
|
||||
Reference in New Issue
Block a user