Closed patrzhan closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.05%
:tada:
Comparison is base (
131bd47
) 91.17% compared to head (c0458ba
) 91.22%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available:
Description of changes: Add better logging during build stage for recipe syntax validation. Before, when a build fails due to a recipe syntax issue it just prints the error that there was some problem during the build. Now, it will notify the user that there was an issue with the recipe syntax and link to the component recipe docs for reference.
Why is this change necessary: Provides more clarity for what is going wrong.
How was this change tested: Added unit tests for recipes with a common syntax error.
Any additional information or context required to review the change:
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.