-
Notifications
You must be signed in to change notification settings - Fork 2
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
[patch] Write a workflow that runs tests on the latest conda release #334
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more |
Pull Request Test Coverage Report for Build 9230154718Details
💛 - Coveralls |
It looks like the file didn't write or something?
and
Not sure if this is because of bad formatting of the env file, a mistake in pwd, or the env updater trying to read and write to the same place. |
Ok, this is just the pympipool error because I didn't put the tests in the python path. |
Right, python 3.12 totally deprecated my spelling mistake. It's patched now, but that PR is not in the latest release I'm testing here. Simplest to downgrade python for this test for now. It's actually the test itself failing and not the source code, so I don't feel too terrible about this. Good reminder to pay attention to deprecation warnings though. |
Because it happens on opening, I need the new target to actually be merged to main to test it! Let's sneak that in here, even though it's unrelated
Note: comment history on this page wont' make much sense anymore, because I force-pushed over all the development and debug commits. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more |
Super. Test failed, but in exactly the expected way for the last release -- with the |
No description provided.