-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
coverage combine when combining results from different interpreter versions results in missing coverage #1036
Comments
@nedbat am I misinterpreting codecov here? |
There are three possible colors for a line: green (executed), red (could have executed but didn't), and while (couldn't have executed). Because the |
ah I see, so it's the correct result for 3.8+? |
Yes :) |
@nedbat closed as working as designed? |
That was my interpretation of the discussion. Was I wrong? |
That was my interpretation, just double checking for myself and noting for posterity |
Describe the bug
coverage combine when combining results from different interpreter versions results in missing coverage
To Reproduce
How can we reproduce the problem? Please be specific. Don't just link to a failing CI job. Answer the questions below:
coverage debug sys
is helpful. 5.3pip freeze
is helpful.Expected behavior
I expect to see line 40 of ldaptor/protocols/ldap/ldapconnector.py covered
Additional context
I'm currently trying out
tox --parallel
to save consumption of GHA parallel builds. Each build runs and then coverage combine runs at the end, as advised here https://tox.readthedocs.io/en/latest/example/basic.html#parallel-modesee twisted/ldaptor#207
The text was updated successfully, but these errors were encountered: