Skip to content

Commit 17951ef

Browse files
authored
[ci] publish coverage data as an artifact for all master builds (#1193)
1 parent d82f42c commit 17951ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
run: make down-locally
7070
- name: Collect coverage data
7171
run: make coverage-report-go
72+
- name: Save coverage data
73+
if: startsWith(github.ref, 'refs/heads/master')
74+
uses: actions/upload-artifact@v4
75+
with:
76+
name: coverage-data
77+
path: coverage.out
7278

7379
dss-tests-with-yugabyte:
7480
name: DSS tests with Yugabyte

0 commit comments

Comments
 (0)