2022-02-02 15:53:14 +00:00
|
|
|
[run]
|
|
|
|
# Also required for gitlab MR coverage to be shown correctly.
|
|
|
|
relative_files = True
|
|
|
|
omit =
|
|
|
|
*/generated/*
|
|
|
|
# We can't set source as it changes the xml reports file paths to be relative from
|
2022-07-29 09:12:43 +00:00
|
|
|
# say `backend/src` instead of the root of the repo. GitLab needs paths to be relative
|
2022-02-02 15:53:14 +00:00
|
|
|
# from the root so instead we just set include which ensures in gitlab MR coverage is
|
|
|
|
# shown correctly.
|
|
|
|
include =
|
|
|
|
backend/src/**/*
|
|
|
|
premium/backend/src/**/*
|
2022-09-20 13:31:46 +00:00
|
|
|
enterprise/backend/src/**/*
|