Skip to content

Commit 431fd1a

Browse files
committed
fix e2e coverage name
1 parent 6cc549c commit 431fd1a

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
@@ -64,7 +64,7 @@ executables:
6464
- cmd: |
6565
set -e
6666
echo "Running Go E2E tests..."
67-
go test -race -coverprofile=unit-coverage.out -covermode=atomic -coverpkg=./... -tags=e2e ./tests/...
67+
go test -race -coverprofile=e2e-coverage.out -covermode=atomic -coverpkg=./... -tags=e2e ./tests/...
6868
echo "E2E tests completed"
6969
retries: 1
7070

0 commit comments

Comments
 (0)