Bug
Running raki run -q (quiet mode) generates an HTML report without trend indicator badges, even when history data exists. Running without -q on the same data produces badges correctly.
Root cause
Needs investigation — the sparkline build block runs regardless of -q, but the HTML report ends up without badges when quiet is set.
Reproduction
raki run -m manifest.yaml -o out/ --force -q # no badges in HTML
raki run -m manifest.yaml -o out/ --force # badges appear
Bug
Running
raki run -q(quiet mode) generates an HTML report without trend indicator badges, even when history data exists. Running without-qon the same data produces badges correctly.Root cause
Needs investigation — the sparkline build block runs regardless of
-q, but the HTML report ends up without badges when quiet is set.Reproduction