You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run the CI from one of our repositories, we encounter an error in the coverage tests. The error is as follows: No source for code: '/modules/ir.actions.server(156,)'.
For some reason, coverage is adding this line to the coverage file: /modules/ir.actions.server(156,).
This issue only occurs when we run the tests using this image: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest. However, when we run the coverage locally, we do not encounter this problem.
To Reproduce
Affected versions: 16.0
Expected behavior
The coverage should run correctly.
Additional context
We tried to run the coverage locally and is working correctly.
The text was updated successfully, but these errors were encountered:
Module
https://github.com/OCA/server-ux/tree/16.0/base_tier_validation_definition_server_action or modules that creates a server action in their tests
Describe the bug
When we run the CI from one of our repositories, we encounter an error in the coverage tests. The error is as follows:
No source for code: '/modules/ir.actions.server(156,)'.
For some reason, coverage is adding this line to the coverage file:
/modules/ir.actions.server(156,)
.This issue only occurs when we run the tests using this image: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest. However, when we run the coverage locally, we do not encounter this problem.
To Reproduce
Affected versions: 16.0
Expected behavior
The coverage should run correctly.
Additional context
We tried to run the coverage locally and is working correctly.
The text was updated successfully, but these errors were encountered: