Skip to content

Commit 00ca6d3

Browse files
committed
Increase gorace history size
1 parent 70bb709 commit 00ca6d3

2 files changed

Lines changed: 1 addition & 59 deletions

File tree

pkg/devspace/sync/Directory childs after initial sync

Lines changed: 0 additions & 58 deletions
This file was deleted.

scripts/coverage.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ go build main.go
1111

1212
PKGS=$(go list ./... | grep -v /vendor/)
1313
for pkg in $PKGS; do
14-
go test -race -coverprofile=profile.out -covermode=atomic $pkg
14+
GORACE="history_size=7" go test -race -coverprofile=profile.out -covermode=atomic $pkg
1515
if [[ -f profile.out ]]; then
1616
cat profile.out >> coverage.txt
1717
rm profile.out

0 commit comments

Comments
 (0)