AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
818 stars 312 forks source link

Raise missing template errors from `render_site_layout` and `render_menu` #2861

Closed mamhoff closed 2 months ago

mamhoff commented 2 months ago

What is this pull request for?

This raises an missing partial error in the test and development environments if there's a missing partial.

Notable changes (remove if none)

No changes in production, but better visibility on important errors in dev and test environments.

Checklist

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.86%. Comparing base (f6b6ad5) to head (48be942).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2861 +/- ## ======================================= Coverage 95.86% 95.86% ======================================= Files 229 229 Lines 6211 6216 +5 ======================================= + Hits 5954 5959 +5 Misses 257 257 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.