Skip to content

Commit f2ef688

Browse files
committed
Upload lcov report
1 parent 0e35320 commit f2ef688

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ jobs:
4848
cmake .. -DENABLE_COVERAGE=On
4949
make
5050
make gcov lcov test
51+
52+
- name: lcov report
53+
uses: actions/upload-artifact@v4
54+
with:
55+
name: code-coverage-report
56+
path: lcov
57+

0 commit comments

Comments
 (0)