-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reports: add type statistics to report file #185
Conversation
Codecov Report
@@ Coverage Diff @@
## main #185 +/- ##
==========================================
+ Coverage 88.27% 88.53% +0.25%
==========================================
Files 18 18
Lines 1288 1317 +29
==========================================
+ Hits 1137 1166 +29
Misses 126 126
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it is better if we put the mutator statistics in a sub object of the report.
Code Climate has analyzed commit d06585d and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (70% is the threshold). This pull request will bring the total coverage in the repository to 90.5% (0.2% change). View more on Code Climate. |
Closed #134 |
Proposed changes
Mutant type statistics are added in the root of the file. zero values are omitted
Types of changes
Checklist
make all
)Further comments