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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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

Codecov Report

Merging #211 (5f89005) into master (afe4db7) will decrease coverage by 1.11%.
The diff coverage is 4.16%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
mutmut/cache.py 64.93% <4.16%> (-4.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update afe4db7...5f89005. Read the comment docs.

@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

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