Skip to content

Commit a93a0b0

Browse files
committed
DEV: Upload HTML coverage report
1 parent 850bb58 commit a93a0b0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/coverage.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@ jobs:
3232
working-directory: build
3333
run: ctest
3434
- name: Generating coverage report
35-
run: cmake --build build --target coverage
35+
run: cmake --build build --target coverage_html
36+
37+
- name: Upload HTML coverage report
38+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
39+
with:
40+
name: cov-html
41+
path: build/coverage_report/**
3642

0 commit comments

Comments
 (0)