Skip to content

Commit 8697c80

Browse files
committed
fix coverage
1 parent 62ac9e0 commit 8697c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.execs/test.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ executables:
6565
pwd
6666
ls
6767
echo "Running Go E2E tests..."
68-
go test -race -coverprofile=unit-coverage.out -covermode=atomic -tags=e2e ./tests/...
68+
go test -race -coverprofile=unit-coverage.out -covermode=atomic -coverpkg=./... -tags=e2e ./tests/...
6969
echo "E2E tests completed"
7070
dir: //
7171
retries: 1

0 commit comments

Comments
 (0)