-
Notifications
You must be signed in to change notification settings - Fork 26
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
point maintainers to failing test results #154
Comments
Unfortunately the GH Python API just isn't that versatile, I had a solution at some point which uses the REST API but it's very flaky. We could add docs to tell folks where to look at things though? |
Yes, just pointing to where to go next would be useful.
… On Jul 7, 2024, at 10:54 AM, Irfan Alibay ***@***.***> wrote:
Unfortunately the GH Python API just isn't that versatile, I had a solution at some point which uses the REST API but it's very flaky.
We could add docs to tell folks where to look at things though?
|
I'm planning to add this when I add to the maintaining-a-kit docs; but to make sure I'm getting this right - I was able to find the current failing tests by going to the latest cron run (on https://github.com/MDAnalysis/MDAKits/actions/workflows/gh-ci-cron.yaml) and looking under "Annotations" on the Summary page (clicking on a result there sometimes takes me right to the error message, and sometimes I have to expand 'run-tests' manually and look through). @IAlibay, is this the best way to direct people, or is there something else? (PS - looks like Irfan did fix the initial issue for propkatraj, but 'latest' is still failing since the fix hasn't made it's way to a release yet) |
When the registry raises an issue for my kit and pings me then I would want to have a link to failing test results.
At the moment I have no idea where to look in order to find out what I should actually be fixing (see #152 (comment) ).
The text was updated successfully, but these errors were encountered: