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 6cc549c commit 431fd1aCopy full SHA for 431fd1a
.execs/test.flow
@@ -64,7 +64,7 @@ executables:
64
- cmd: |
65
set -e
66
echo "Running Go E2E tests..."
67
- go test -race -coverprofile=unit-coverage.out -covermode=atomic -coverpkg=./... -tags=e2e ./tests/...
+ go test -race -coverprofile=e2e-coverage.out -covermode=atomic -coverpkg=./... -tags=e2e ./tests/...
68
echo "E2E tests completed"
69
retries: 1
70
0 commit comments