Is your feature request related to a problem? Please describe.
Executing RepoAuditor against a target repository currently evaluates a set of Yes/No checks and suggests remedial actions. I believe it would be useful for RA users to make this into a quantitative score (similar in spirit to test coverage) that can displayed in a badge-like fashion.
Describe the solution you'd like
RepoAuditor would compile a score from 0% to 100% that captures a repository's overall quality as part of a CI process. This could then be displayed on a repository's README, or tracked by the development team to ensure good practices are maintained over time.
Describe alternatives you've considered
Example of code quality-like indicators / badges:
- Test coverage with, e.g., codecov
- Qlty
Additional context
N/A
Is your feature request related to a problem? Please describe.
Executing RepoAuditor against a target repository currently evaluates a set of Yes/No checks and suggests remedial actions. I believe it would be useful for RA users to make this into a quantitative score (similar in spirit to test coverage) that can displayed in a badge-like fashion.
Describe the solution you'd like
RepoAuditor would compile a score from 0% to 100% that captures a repository's overall quality as part of a CI process. This could then be displayed on a repository's README, or tracked by the development team to ensure good practices are maintained over time.
Describe alternatives you've considered
Example of code quality-like indicators / badges:
Additional context
N/A