-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move ontology #50
Move ontology #50
Conversation
@liamhuber How do I run integration tests? |
I'm not sure what you mean -- they're already running. Tests are all in Your local change here even forced the integration test to cause the "Tests-and-Coverage" job to fail, so I think you're A-OK? |
It's not like |
Oh ok it's part of Test-and-Coverage. I didn't know that. Is there a possibility to use a different yml file for the dependencies? |
Mmm, not really, no. There is a variable to change it https://github.com/pyiron/actions/blob/55c8edbda302d784541ee7777d62f2b90552283c/.github/workflows/push-pull.yml#L84, but this is for all the tests in There are separate variables for the docs and notebooks tests though. Since this is an integration test, it sounds like some sort of bigger end-to-end thing...would it fit well in the notebooks? This would get it as part of the CI, make sense for a bigger-scoped integration-like thing, and give you a sensible reason to modify the environment. Without more details on what test you're thinking of running, I can't give more specific advice. |
So the idea is to move the whole thing from |
Ah. Yeah, in the long run I guess I'd rather have those tests in the |
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 stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Pull Request Test Coverage Report for Build 13249172463Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
In the ongoing efforts to define the interface between semantikon and workflow managers here, I started moving the knowledge graph part to semantikon.