Skip to content

Commit e32dcb2

Browse files
committed
ci: split coverage report artifacts
1 parent b88f0de commit e32dcb2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ jobs:
4949
uses: actions/upload-artifact@v4
5050
with:
5151
name: coverage-report
52-
path: coverage
52+
path: |
53+
coverage/html
54+
coverage/lcov.info
55+
56+
- name: Upload raw coverage files
57+
uses: actions/upload-artifact@v4
58+
with:
59+
name: coverage-report-raw
60+
path: coverage/*.json
5361

5462
lint:
5563
name: Lint

0 commit comments

Comments
 (0)