mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: try to fix coverage remembering absolute path instead of relative paths ?
This commit is contained in:
parent
87c30dd1bc
commit
2fe24424fb
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
|||
[coverage:run]
|
||||
relative_files = True
|
||||
source = src/
|
||||
branch = True
|
||||
|
||||
[report]
|
||||
omit=src/tests/*,src/vendor/*,/usr/lib/moulinette/yunohost/*,/usr/lib/python3/dist-packages/yunohost/tests/*,/usr/lib/python3/dist-packages/yunohost/vendor/*
|
||||
|
|
Loading…
Add table
Reference in a new issue