Skip to content
Snippets Groups Projects

:pencil: also use python3-coverage in odoo 15

Merged Vincent Hatakeyama requested to merge topic/default/coverage-odoo-15 into branch/default
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -39,7 +39,7 @@ else
loglevel="--log-level=test"
fi
logfile=$(tempfile --suffix=.log)
if [ "$ODOO_TYPE" = "odoo11" ] || [ "$ODOO_TYPE" = "odoo13" ];
if [ "$ODOO_TYPE" = "odoo11" ] || [ "$ODOO_TYPE" = "odoo13" ] || [ "$ODOO_TYPE" = "odoo15" ];
then
export PRE_ODOO_BIN="python3-coverage run --omit=__manifest__.py --source=$project_home "
fi
Loading