Skip to content
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

add coverage style html report #211

Closed
wants to merge 1 commit into from
Closed

Conversation

cleder
Copy link

@cleder cleder commented May 30, 2021

Add a (quick and dirty) coverage style HTML report.
#193
The generated HTML still needs some styling, but is usable.

@codecov-commenter
Copy link

codecov-commenter commented May 30, 2021

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 4.16667% with 23 lines in your changes missing coverage. Please review.

Project coverage is 80.32%. Comparing base (afe4db7) to head (5f89005).

Files with missing lines Patch % Lines
mutmut/cache.py 4.16% 23 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #211      +/-   ##
==========================================
- Coverage   81.44%   80.32%   -1.12%     
==========================================
  Files           7        7              
  Lines        1633     1657      +24     
==========================================
+ Hits         1330     1331       +1     
- Misses        303      326      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@boxed
Copy link
Owner

boxed commented May 30, 2021

How does this improve on the existing report?

@cleder
Copy link
Author

cleder commented May 30, 2021

image
it shows every line with its line number in the source code.
If the line has surviving mutants or suspicious mutants, they will be shown below the original line with their emoji

@cleder
Copy link
Author

cleder commented May 30, 2021

FYI: that is what I use for cleder/pygeoif#19

@boxed boxed deleted the branch boxed:master October 20, 2024 12:03
@boxed boxed closed this Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants