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 bug with whitespaces in config files paths #27

Merged
merged 1 commit into from
Jul 6, 2023

Added fix to read file with whitespaces in paths

97cc919
Select commit
Loading
Failed to load commit list.
Merged

Fix bug with whitespaces in config files paths #27

Added fix to read file with whitespaces in paths
97cc919
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 6, 2023 in 1s

96.29% (+0.00%) compared to 7b6b05e

View this Pull Request on Codecov

96.29% (+0.00%) compared to 7b6b05e

Details

Codecov Report

Merging #27 (97cc919) into main (7b6b05e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   96.28%   96.29%           
=======================================
  Files         103      103           
  Lines        7538     7549   +11     
=======================================
+ Hits         7258     7269   +11     
  Misses        280      280           
Impacted Files Coverage Δ
odoo_tools/api/environment.py 98.06% <ø> (ø)
odoo_tools/cli/click/platform.py 100.00% <100.00%> (ø)
odoo_tools/configuration/odoo.py 89.69% <100.00%> (+0.12%) ⬆️
tests/fixtures.py 100.00% <100.00%> (ø)
tests/test_env.py 100.00% <100.00%> (ø)