From 93d9a887fa031da1bf1b43e8c99b02e8f2485a9a Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Fri, 29 Nov 2024 22:13:40 +0100 Subject: [PATCH] [FIX] Add checklog-odoo configuration, to prevent CI to be red for valid PRs, if no test are executed. Trouble introduced since https://github.com/OCA/oca-addons-repo-template/pull/271 on V18 branch --- src/{% if enable_checklog_odoo %}checklog-odoo.cfg{% endif %} | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/{% if enable_checklog_odoo %}checklog-odoo.cfg{% endif %} diff --git a/src/{% if enable_checklog_odoo %}checklog-odoo.cfg{% endif %} b/src/{% if enable_checklog_odoo %}checklog-odoo.cfg{% endif %} new file mode 100644 index 0000000..0b55b7b --- /dev/null +++ b/src/{% if enable_checklog_odoo %}checklog-odoo.cfg{% endif %} @@ -0,0 +1,3 @@ +[checklog-odoo] +ignore= + WARNING.* 0 failed, 0 error\(s\).*