| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This doesn’t affect the overall behaviour, but means we can short-circuit slightly more quickly when `analyze` is passed `upload: false`.
We now report errors via telemetry, and this feature will shortly be enabled by default.
There was a problem hiding this comment.
✅, optionally could rename uploadFailedSarif function 😸
Sorry, something went wrong.
Test results directly via return value of `testFailedSarifUpload` vs via checking log messages.
There was a problem hiding this comment.
Looks good, thanks for renaming + adding extra tests! 😄
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR makes some minor improvements to the way we report failed runs via SARIF. The first commit adjusts the pre-check to check whether the analyze Action has completed, to allow a quicker short circuit exit when upload: false is specified but the workflow run was successful. The remaining commits improve error messages.
Merge / deployment checklist