-
Notifications
You must be signed in to change notification settings - Fork 1
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
NEP deprecate 3.8; remove parallel arguments #24
Conversation
@garrettmflynn Could you do me a favor and run the pytest with coverage flag locally and see what the resulting XML file looks like? (it should have hit counters for various lines in source) |
|
Weird it's not ignoring |
Easiest way is to scope the coverage report to Running |
That Codecov wouldn't even consider |
How should I trigger an upload to Codecov to test these changes? |
Ohhh I see We usually do |
I've added it to this PR - once this is merged I can trigger it on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it. Looks good to me!
Hah, your default GitHub PR review interface was set to 'changes requested' from the other GUIDE PR 😆 (or accidentally selected the wrong one) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops! Alright, let's do it for real this time.
OK so long story short; the CI was 'passing' since it was first added, but was actually failing the entire time. There was a specific flag I had to set to make it fail in the CI if the upload failed Otherwise, it does not play well with the global upload token; it rather seems to be keyed specifically to an individual repo |
Something's up with coverage report: https://app.codecov.io/github/catalystneuro/tqdm_publisher
Only calculating coverage of the 'tests' folder...
Also apparently company will be following NEP not python deprecation cycles so dropping 3.8 here; also removing some unneeded arguments to
pytest
in an effort to debug this