Giter Site home page Giter Site logo

Comments (5)

nedbat avatar nedbat commented on July 17, 2024

I don't use lcov much, how do I get the genhtml tool? This issue might be particular to lcov/genhtml. When I use coverage html, I get an html report that excludes the import lines.

BTW, this isn't related to your problem, but you don't want to use import as an exclude_lines setting, because it will exclude any line with that word in it, including things like important_value = critical_work(). You want a more specific regex, like ^import\b.

from coveragepy.

tingilee avatar tingilee commented on July 17, 2024

genhtml is downloaded from brew install lcov. https://github.com/linux-test-project/lcov/blob/master/bin/genhtml and it's a tool to help visualize lcov files. Here's the lcov content:

TN:
SF:test_jkl.py
DA:1,1,mUDsnWRiqW9R9nTILGKIZg
DA:2,1,3QNj+DkOnaTvpnIwAiI3Uw
DA:4,1,NxIa0sVNftaSOeuKKM9NCQ
DA:5,1,lTOFy5prvzMQc1MdN7tkoQ
DA:6,1,X6gPYOlvig8TUShq060KfQ
DA:7,1,hn+m5M7Ya5u0W/sLhVQRkw
DA:8,1,4hQYWCByYJ7KOpJ/K/mtdQ
DA:10,1,0PMxynBwwrK++xNpS9EpEA
DA:12,1,tVVJRENRBGwuAT3Tc8Hl5w
LF:8
LH:9
BRDA:10,0,0,-
BRDA:8,0,1,1
BRF:2
BRH:1
end_of_record

You're right that it's only reproable on lcov which is the coverage format that we use. I would be happy to create a PR to address this. Would you be willing to accept patches to coverage==6.4.1?

from coveragepy.

tingilee avatar tingilee commented on July 17, 2024

Created a PR: #1685

from coveragepy.

nedbat avatar nedbat commented on July 17, 2024

This is fixed in 37e1214 and finished in 3e011a5

from coveragepy.

nedbat avatar nedbat commented on July 17, 2024

This is now released as part of coverage 7.3.2.

from coveragepy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.