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

Feature/add jinja2 support #139

Merged
merged 3 commits into from
Aug 18, 2023
Merged

Conversation

madeline-scyphers
Copy link
Owner

@madeline-scyphers madeline-scyphers commented Aug 18, 2023

closes #128

@madeline-scyphers madeline-scyphers added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Aug 18, 2023
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #139 (f4dd528) into develop (3b8b5f9) will increase coverage by 0.06%.
Report is 1 commits behind head on develop.
The diff coverage is 74.07%.

@@             Coverage Diff             @@
##           develop     #139      +/-   ##
===========================================
+ Coverage    82.34%   82.40%   +0.06%     
===========================================
  Files           27       27              
  Lines         1852     1864      +12     
  Branches       319      321       +2     
===========================================
+ Hits          1525     1536      +11     
  Misses         215      215              
- Partials       112      113       +1     
Files Changed Coverage Δ
boa/__main__.py 89.18% <ø> (ø)
boa/metrics/metrics.py 81.81% <ø> (ø)
boa/plot.py 0.00% <0.00%> (ø)
boa/wrappers/base_wrapper.py 80.82% <ø> (ø)
boa/plotting.py 76.25% <20.00%> (-1.52%) ⬇️
boa/template.py 90.00% <87.50%> (+90.00%) ⬆️
boa/config/config.py 83.33% <100.00%> (ø)
boa/wrappers/wrapper_utils.py 88.70% <100.00%> (+0.09%) ⬆️

@madeline-scyphers madeline-scyphers merged commit ad8fb41 into develop Aug 18, 2023
@madeline-scyphers madeline-scyphers deleted the feature/add-jinja2-support branch August 18, 2023 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add jinja2 support for config file(and maybe for user scripts)
1 participant