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

Also omit manifest when testing locally

parent 47951639
No related branches found
No related tags found
1 merge request!18Also omit manifest when testing locally
......@@ -841,7 +841,7 @@
]
)
options["environment"]["COVERAGE_RUN_OPTIONS"] = (
"--source=" + source_files
"--source=" + source_files + " --omit=*/__manifest__.py"
)
interactive = True
......
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