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 09e0708 commit 01dbc79Copy full SHA for 01dbc79
.github/workflows/e2e.yaml
@@ -110,9 +110,10 @@ jobs:
110
# SHARD: ${{ matrix.SHARD }}
111
# SHARDS: ${{ matrix.SHARDS }}
112
113
- # This is a workaround as the action does not support setting working directory
114
- name: Run coverage report
115
- run: make test-e2e-coverage-report-ci
+ uses: vladopajic/go-test-coverage@992aa9921a42c39d1fe0015d32593f0820589586 # v2.13.0
+ with:
116
+ profile: ./build/_test_coverage/coverage_e2e.out
117
118
- name: Archive Test Results
119
if: always()
0 commit comments