Skip to content

Results of checks are now collected before handling #64

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

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

agoscinski
Copy link
Collaborator

@agoscinski agoscinski commented Sep 24, 2024

When multiple checks were handled only the output of the last check remained. This is because all checks were individually handled and each handling cleared the output. We now collect the check result including the exceptions and then send it for handling.


📚 Documentation preview 📚: https://scicode-widgets--64.org.readthedocs.build/en/64/

When multiple checks were handled only the output of the last check
remained. This is because all checks were individually handled and each
handling cleared the output. We now collect the check result including
the exceptions and then send it for handling.

We also now only print a summary of the results in the CheckRegistry as
the output was too extensive.
@agoscinski agoscinski merged commit fb3cde1 into main Sep 24, 2024
3 checks passed
@agoscinski agoscinski deleted the split-checks-result branch September 24, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant