We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ac9e0 commit 8697c80Copy full SHA for 8697c80
.execs/test.flow
@@ -65,7 +65,7 @@ executables:
65
pwd
66
ls
67
echo "Running Go E2E tests..."
68
- go test -race -coverprofile=unit-coverage.out -covermode=atomic -tags=e2e ./tests/...
+ go test -race -coverprofile=unit-coverage.out -covermode=atomic -coverpkg=./... -tags=e2e ./tests/...
69
echo "E2E tests completed"
70
dir: //
71
retries: 1
0 commit comments