google / osv-scanner

Vulnerability scanner written in Go which uses the data provided by https://osv.dev
https://google.github.io/osv-scanner/
Apache License 2.0
6.01k stars 337 forks source link

Fix broken TUI styling #1023

Closed michaelkedar closed 3 weeks ago

michaelkedar commented 3 weeks ago

lipgloss v0.11.0 made it so that all the Style methods no longer mutate the style, which I was relying on.

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 65.15%. Comparing base (b1b8bfa) to head (dada9e1). Report is 5 commits behind head on main.

Files Patch % Lines
cmd/osv-scanner/fix/model.go 0.00% 6 Missing :warning:
internal/tui/in-place-info.go 0.00% 2 Missing :warning:
internal/tui/vuln-list.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1023 +/- ## ======================================= Coverage 65.15% 65.15% ======================================= Files 149 149 Lines 12338 12338 ======================================= Hits 8039 8039 Misses 3848 3848 Partials 451 451 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.