You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we now have mutation testing with the Stryker dashboard, we can enhance our README.md file with several badges to showcase our project's quality metrics.
Tasks
Mutation Testing Badge:
Add a badge for mutation testing from the Stryker dashboard.
Codecov Badge:
Integrate the Codecov badge to display our code coverage status.
Static Analysis Badges:
Add badges for static analysis tools: Psalm and PHPStan.
Benefits
Improved Readability: These badges will provide at-a-glance information about the project's quality metrics.
Transparency: Helps contributors and users quickly understand the health of the codebase.
Encourages Contributions: A well-maintained project with visible metrics can attract more contributions.
Description
As we now have mutation testing with the Stryker dashboard, we can enhance our README.md file with several badges to showcase our project's quality metrics.
Tasks
Mutation Testing Badge:
Codecov Badge:
Static Analysis Badges:
Benefits
References
Example Projects
https://github.com/wayofdev/php-cs-fixer-config/blob/master/.github/workflows/testing.yml
The text was updated successfully, but these errors were encountered: