-
-
Notifications
You must be signed in to change notification settings - Fork 61
Description
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.
