Skip to content

Commit 01dbc79

Browse files
committed
chore(ci): update go-test-coverage to utilize source-dir parameter
Signed-off-by: Szilard Parrag <[email protected]>
1 parent 09e0708 commit 01dbc79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ jobs:
110110
# SHARD: ${{ matrix.SHARD }}
111111
# SHARDS: ${{ matrix.SHARDS }}
112112

113-
# This is a workaround as the action does not support setting working directory
114113
- name: Run coverage report
115-
run: make test-e2e-coverage-report-ci
114+
uses: vladopajic/go-test-coverage@992aa9921a42c39d1fe0015d32593f0820589586 # v2.13.0
115+
with:
116+
profile: ./build/_test_coverage/coverage_e2e.out
116117

117118
- name: Archive Test Results
118119
if: always()

0 commit comments

Comments
 (0)