-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
ci: fix coverage combine for different OS's #778
Conversation
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Would something like this help with merging the Windows paths? [tool.coverage.paths]
source = ["nox", "*/site-packages"]
[tool.coverage.run]
source = ["nox"] |
Signed-off-by: Henry Schreiner <[email protected]>
I can try it. Have no idea why the |
fwiw running coverage with |
I'll try that, as the first one didn't work. I also might upload the .coverage files. |
Signed-off-by: Henry Schreiner <[email protected]>
When it works, it shows |
FYI, this is what the coverage looks like:
This is true for both passing and failing tests AFAICT. |
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
fe2b906
to
a9eab64
Compare
Signed-off-by: Henry Schreiner <[email protected]>
a9eab64
to
90e3102
Compare
Going to try using an |
Signed-off-by: Henry Schreiner <[email protected]>
Different OS's are producing the same files currently. Noticed in #762. I think this might be why #772 is failing, too.