Skip to content

Commit b91087b

Browse files
committed
Use --hierarchical option for genhtml
1 parent 73f4d21 commit b91087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
pattern: coverage-*
7373
path: build/
7474
merge-multiple: true
75-
- run: genhtml build/coverage*.info --output-directory build/coverage
75+
- run: genhtml build/coverage*.info --hierarchical --output-directory build/coverage
7676
- uses: actions/upload-artifact@v4
7777
with:
7878
name: coverage

0 commit comments

Comments
 (0)