Skip to content

Commit a11e4e1

Browse files
committed
Testing. No theme.
1 parent 85af969 commit a11e4e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lcov-jenkins-gcc-13.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ if [ ! "$skipgcovroption" = "yes" ]; then
212212
--merge-lines \
213213
--html-nested \
214214
--no-html-self-contained \
215-
--html-theme=boost.green \
216215
--html-title "$REPONAME" \
217216
--html \
218217
--output "$outputlocation/index.html" \
219218
--json-summary-pretty \
220219
--json-summary "$outputlocation/summary.json"
221220

222221
# --html-template-dir=ci-automation/gcovr-templates/html \
222+
# --html-theme=boost.green \
223223

224224
# Second pass, generate html
225225
# Let's remove many options/flags from the second pass. See above.

0 commit comments

Comments
 (0)