Closed krishnasism closed 10 months ago
The total coverage % is being incorrectly reported because comments are also being considered.
When running using coverage run pytest, we have 100%, but coverall reports 98%
Apart from comments, it also picks up irrelevant lines such as variable declarations. These are already covered anyway
Our build link: https://coveralls.io/builds/65133058
The total coverage % is being incorrectly reported because comments are also being considered.
When running using coverage run pytest, we have 100%, but coverall reports 98%
Apart from comments, it also picks up irrelevant lines such as variable declarations. These are already covered anyway
Our build link: https://coveralls.io/builds/65133058