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

send JinjaTemplateVars through to template on config file load always. #159

Merged

Change yaml.safe_load to YAML(typ='safe',...).load... b/c deprecations

379f491
Select commit
Loading
Failed to load commit list.
Merged

send JinjaTemplateVars through to template on config file load always. #159

Change yaml.safe_load to YAML(typ='safe',...).load... b/c deprecations
379f491
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 26, 2023 in 1s

81.59% (+0.01%) compared to 0b85da6

View this Pull Request on Codecov

81.59% (+0.01%) compared to 0b85da6

Details

Codecov Report

Merging #159 (379f491) into develop (0b85da6) will increase coverage by 0.01%.
Report is 1 commits behind head on develop.
The diff coverage is 88.00%.

@@             Coverage Diff             @@
##           develop     #159      +/-   ##
===========================================
+ Coverage    81.57%   81.59%   +0.01%     
===========================================
  Files           29       29              
  Lines         2225     2238      +13     
  Branches       417      419       +2     
===========================================
+ Hits          1815     1826      +11     
- Misses         269      270       +1     
- Partials       141      142       +1     
Files Coverage Δ
boa/wrappers/wrapper_utils.py 88.66% <100.00%> (+0.23%) ⬆️
boa/template.py 82.75% <92.30%> (+5.48%) ⬆️
boa/controller.py 90.54% <50.00%> (-2.42%) ⬇️