-
Notifications
You must be signed in to change notification settings - Fork 1
Extention to CI capabilities with comparisions between CodeEntropy and MDAnalysis #92
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
Conversation
…CodeEntropy with MDAnalysis
- Renamed the `CI.yaml` file to `project-ci.yaml` to make it more clear - Moved the MDAnalysis compatability tests to a seperate yaml file: - This is set to run each Monday morning at 08:00 UTC time - Any failures from this creates an issue to GitHub to fix
jimboid
left a comment
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.
I think condense the two CI files into a single file with the matrix based tests, docs and precommit into a single workflow that constitutes a single pass/fail for the CI testing pipeline. You can just add the docs and precommit jobs to the other CI workflow.
Also - optionally take a look if using something like the issue creation action template I posted in the review would keep things concise and yaml only.
…90-ci-test-mdanalysis-version
- Combined and condensed the two CI files into one single file - `MDAnalysis` is set to schedule run every monday morning at 08:00 UTC - Refined the issue creation using a standard library approach to reduce complexity - Addition of a `mdanalysis-compatibility-failure.md` to auto create an issue to be submitted to GitHub to resolve
- Pulled in changes from upstream branches - Updaated naming conventions on the `MDAnalysis` tests
jimboid
left a comment
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.
Looks really good. Please go ahead and merge
Summary
This PR enhances the CI pipeline by adding automated compatibility checks between
CodeEntropyand multiple versions ofMDAnalysis. The goal is to detect and address breaking changes introduced in newMDAnalysisreleases early in the development cycle.Changes
mdanalysis-compatability-matrix.yamlto testCodeEntropyagainst:latestMDAnalysisdynamically during CI runsImpact
CodeEntropyand evolvingMDAnalysisversions