Closed m0g3ns closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
2522518
) 100.00% compared to head (d3490ca
) 96.62%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@denewiler it seems like the action failures in here might also be occuring in main: https://github.com/sscpac/statick/actions/runs/7732454334/job/21082413604
The same unit test is failing in main and in this PR branch. Locally I ran statick against this branch (since that step gets skipped in workflows due to the failing unit test) and it passed. I'm good merging this and fixing the unit test separately.
One addition I would like to see is an updated changelog. I'm fine if we do that ourselves before the next release.
Closes #491
I added usage examples for reporting plugins to example configurations and the list of available reporting plugins. This should simplify the usage of the tool so users do not have to look in the source files of the plugins to understand how they work.