Skip to content
Snippets Groups Projects
Commit 9de0f87075a6 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: also use python3-coverage in odoo 15

parent c8a2cc941c5e
No related branches found
No related tags found
1 merge request!73📝 also use python3-coverage in odoo 15
......@@ -39,7 +39,7 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment