1 parent 85af969 commit a11e4e1Copy full SHA for a11e4e1
1 file changed
scripts/lcov-jenkins-gcc-13.sh
@@ -212,14 +212,14 @@ if [ ! "$skipgcovroption" = "yes" ]; then
212
--merge-lines \
213
--html-nested \
214
--no-html-self-contained \
215
- --html-theme=boost.green \
216
--html-title "$REPONAME" \
217
--html \
218
--output "$outputlocation/index.html" \
219
--json-summary-pretty \
220
--json-summary "$outputlocation/summary.json"
221
222
# --html-template-dir=ci-automation/gcovr-templates/html \
+ # --html-theme=boost.green \
223
224
# Second pass, generate html
225
# Let's remove many options/flags from the second pass. See above.
0 commit comments