Skip to content
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

fix: template callable is now correctly registered when using custom env #3792

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

euri10
Copy link
Contributor

@euri10 euri10 commented Oct 14, 2024

fix #3791

Description

Closes

Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.34%. Comparing base (21efdbb) to head (fb19cf1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3792   +/-   ##
=======================================
  Coverage   98.34%   98.34%           
=======================================
  Files         347      347           
  Lines       15727    15731    +4     
  Branches     1738     1740    +2     
=======================================
+ Hits        15467    15471    +4     
  Misses        124      124           
  Partials      136      136           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cofin cofin force-pushed the fix_template_callables branch from 754ecb8 to fb19cf1 Compare January 10, 2025 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: using a custom jinja Environement seems to bypass a potential template callable
2 participants