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

Add jinja is list filter #201

Merged
merged 4 commits into from
Oct 1, 2024
Merged

Add jinja is list filter #201

merged 4 commits into from
Oct 1, 2024

Conversation

gshank
Copy link
Contributor

@gshank gshank commented Oct 1, 2024

resolves #200

Description

Create a Python method "is_list" and add it to our jinja filters for use in jinja code.

Checklist

@gshank gshank requested a review from a team as a code owner October 1, 2024 20:17
@cla-bot cla-bot bot added the cla:yes label Oct 1, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.28%. Comparing base (60ffb06) to head (8aa646b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
+ Coverage   67.37%   68.28%   +0.90%     
==========================================
  Files          52       52              
  Lines        3372     3374       +2     
==========================================
+ Hits         2272     2304      +32     
+ Misses       1100     1070      -30     
Flag Coverage Δ
unit 68.28% <100.00%> (+0.90%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@gshank gshank added this pull request to the merge queue Oct 1, 2024
Merged via the queue into main with commit 8f2b1d5 Oct 1, 2024
20 checks passed
@gshank gshank deleted the add_jinja_is_list_filter branch October 1, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add jinja "is_list" filter
3 participants