Commit graph

2 commits

Author SHA1 Message Date
ea9ec51d18
fix(compare): logic was wrong
We did $old - $new instead of $new - $old so positive changes where good
and negative where bad T-T
2024-12-19 23:37:38 +01:00
46291fc850
feat!(report): generate JSON instead of markdown
This allows us to analyze the report more easily. There is experimental
support for comparing against a base report, but we don't expose that
functionality to the action.
2024-12-17 23:17:48 +01:00