Skip to content

Commit c61da8a

Browse files
committed
fixup! fixup! fixup! fixup! fixup! [IMP] add migration tests
1 parent 6df4e62 commit c61da8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
pip install -e /mnt/openupgradelib
161161
cp -r /mnt/test-addons/* /opt/odoo/addons
162162
cp -r /mnt/openupgrade/* /opt/odoo/addons
163-
coverage run --data-file=/mnt/openupgradelib/.coverage17 --rcfile=/mnt/openupgradelib/.coveragerc -- \$(which odoo) -d $POSTGRES_DB --load=openupgrade_framework -u all --stop-after-init
163+
coverage run --data-file=/mnt/openupgradelib/.coverage.17 --rcfile=/mnt/openupgradelib/.coveragerc -- \$(which odoo) -d $POSTGRES_DB --load=openupgrade_framework -u all --stop-after-init
164164
"
165165
166166
echo Run v18 migration
@@ -178,7 +178,7 @@ jobs:
178178
pip install -e /mnt/openupgradelib
179179
cp -r /mnt/test-addons/* /opt/odoo/addons
180180
cp -r /mnt/openupgrade/* /opt/odoo/addons
181-
coverage run --data-file=/mnt/openupgradelib/.coverage18 --rcfile=/mnt/openupgradelib/.coveragerc -- \$(which odoo) -d $POSTGRES_DB --load=openupgrade_framework -u all --stop-after-init
181+
coverage run --data-file=/mnt/openupgradelib/.coverage.18 --rcfile=/mnt/openupgradelib/.coveragerc -- \$(which odoo) -d $POSTGRES_DB --load=openupgrade_framework -u all --stop-after-init
182182
"
183183
184184
pip install coverage

0 commit comments

Comments
 (0)