Skip to content

Commit

Permalink
ci: try to fix coverage remembering absolute path instead of relative…
Browse files Browse the repository at this point in the history
… paths ?
  • Loading branch information
alexAubin committed Aug 13, 2024
1 parent 87c30dd commit 2fe2442
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -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/*

0 comments on commit 2fe2442

Please sign in to comment.