-
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
protect workflow from errors in executive summary? #335
Comments
I think that's a bad idea, since if would mean that errors in the ES would fail silently in our testing pipelines (which should be breaking if something is wrong on |
maybe ES should have more robust testing on that end? |
🤷 Yeah. But I don't know enough about the content to be the one to set that up. |
1 - I agree with @AlexAxthelm and dont think anything should be done in this repo to changing how the errors of the dependent package are handled |
It's kinda frustrating to leave this repo in a state where its entire testing process breaks if a minor error is made somewhere else that I have little to no control over just to catch any problems with another repo, but I get that we don't have much capacity to improve the situation at the moment |
Yeah for sure. Although adding tests to The problem is that a breaking change was introduced to Unit tests don't catch breaking changes to function APIs, that's gotta be noticed and communicated by the maintainer and/or reviewer, and PRs to broken dependencies should be opened simultaneously... |
@jdhoffa should I wrap the executive summary stuff in a
tryCatch()
or something to protect against errors?The text was updated successfully, but these errors were encountered: