odoo-plus / odootools

Odoo Tools
GNU General Public License v3.0
21 stars 7 forks source link

Updated version to 0.1.6 #18

Closed llacroix closed 1 year ago

llacroix commented 1 year ago

Needed:

codecov[bot] commented 1 year ago

Codecov Report

Base: 94.51% // Head: 94.71% // Increases project coverage by +0.19% :tada:

Coverage data is based on head (ddd4ee3) compared to base (e70829e). Patch coverage: 100.00% of modified lines in pull request are covered.

:exclamation: Current head ddd4ee3 differs from pull request most recent head 3a52eb7. Consider uploading reports for the commit 3a52eb7 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #18 +/- ## ========================================== + Coverage 94.51% 94.71% +0.19% ========================================== Files 74 74 Lines 4944 5125 +181 ========================================== + Hits 4673 4854 +181 Misses 271 271 ``` | [Impacted Files](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix) | Coverage Δ | | |---|---|---| | [tests/test\_compat.py](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix#diff-dGVzdHMvdGVzdF9jb21wYXQucHk=) | `100.00% <ø> (ø)` | | | [odoo\_tools/api/context.py](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix#diff-b2Rvb190b29scy9hcGkvY29udGV4dC5weQ==) | `100.00% <100.00%> (ø)` | | | [odoo\_tools/compat.py](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix#diff-b2Rvb190b29scy9jb21wYXQucHk=) | `100.00% <100.00%> (ø)` | | | [odoo\_tools/docker/sudo\_entrypoint.py](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix#diff-b2Rvb190b29scy9kb2NrZXIvc3Vkb19lbnRyeXBvaW50LnB5) | `100.00% <100.00%> (ø)` | | | [odoo\_tools/env.py](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix#diff-b2Rvb190b29scy9lbnYucHk=) | `100.00% <100.00%> (ø)` | | | [odoo\_tools/utils.py](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix#diff-b2Rvb190b29scy91dGlscy5weQ==) | `100.00% <100.00%> (ø)` | | | [tests/test\_envvars.py](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix#diff-dGVzdHMvdGVzdF9lbnZ2YXJzLnB5) | `100.00% <100.00%> (ø)` | | | [tests/test\_utils.py](https://codecov.io/gh/llacroix/odoo-tools/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix#diff-dGVzdHMvdGVzdF91dGlscy5weQ==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lo%C3%AFc+Faure-Lacroix)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter commented 1 year ago

Codecov Report

Merging #18 (fc357c8) into main (e70829e) will increase coverage by 1.55%. The diff coverage is 95.99%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   94.51%   96.07%   +1.55%     
==========================================
  Files          74       99      +25     
  Lines        4944     7380    +2436     
==========================================
+ Hits         4673     7090    +2417     
- Misses        271      290      +19     
Impacted Files Coverage Δ
odoo_tools/cli/click/entrypoint.py 44.44% <ø> (+7.60%) :arrow_up:
tests/test_compat.py 100.00% <ø> (ø)
odoo_tools/app/mixins/request.py 71.79% <71.79%> (ø)
tests/app/mixins/test_routing.py 88.57% <88.57%> (ø)
odoo_tools/app/mixins/http.py 97.64% <97.64%> (ø)
tests/app/mixins/test_http.py 99.52% <99.52%> (ø)
odoo_tools/api/context.py 100.00% <100.00%> (ø)
odoo_tools/app/__init__.py 100.00% <100.00%> (ø)
odoo_tools/app/application.py 100.00% <100.00%> (ø)
odoo_tools/app/mixins/app.py 100.00% <100.00%> (ø)
... and 30 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.