Skip to content

fix: -q flag suppresses sparkline data in HTML reports #365

@decko

Description

@decko

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions