Vauxoo / maintainer-quality-tools

QA tools for Odoo maintainers
GNU Affero General Public License v3.0
3 stars 9 forks source link

[IMP] .coveragerrc: Allow to control decimal precision & min through env #314

Closed luisg123v closed 3 years ago

luisg123v commented 3 years ago

It's now possible to control the following using environment variables:

When the above variables are not set , values will fallback to their defaults, i.e. 0 in case of numeric values, or an empty string in case of custom paths (which has no effect).

For more information, please check the configuration reference of Coverage.py: https://coverage.readthedocs.io/en/coverage-5.0/config.html

Dummy MR

luisg123v commented 3 years ago

FYI @CarmenMiranda, it's now possible to specify decimal precision.