Commit graph

3 commits

Author SHA1 Message Date
1ec7c2a0df
fix: comparing against a missing value
If a new package was added, the action would fail as it would try to
subtract `null` from an integer. Instead default to `0`.
2024-12-22 13:52:53 +01:00
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