We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f4d21 commit b91087bCopy full SHA for b91087b
.github/workflows/coverage.yml
@@ -72,7 +72,7 @@ jobs:
72
pattern: coverage-*
73
path: build/
74
merge-multiple: true
75
- - run: genhtml build/coverage*.info --output-directory build/coverage
+ - run: genhtml build/coverage*.info --hierarchical --output-directory build/coverage
76
- uses: actions/upload-artifact@v4
77
with:
78
name: coverage
0 commit comments