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 770155d commit e67b1aaCopy full SHA for e67b1aa
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
GOFLAGS: ${{ matrix.flags }}
102
LOG_LEVEL: error
103
run: |
104
- go test ./e2e -coverprofile=profile-e2e${{ matrix.flags }}.out -covermode=atomic -tags=e2e_new -timeout=3m -coverpkg=./... -json
+ go test ./e2e -coverprofile=profile-e2e${{ matrix.flags }}.out -covermode=atomic -tags=e2e_new -timeout=3m -coverpkg=./... -json > test-report-e2e${{ matrix.flags }}.json
105
106
- name: Coverage report
107
0 commit comments