1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-23 08:07:35 +00:00
bramw_baserow/backend/.coveragerc
Jeremie Pardou-Piquemal 2f34b99fb9 Add enterprise plugin
2022-09-22 10:00:59 +02:00

14 lines
482 B
INI

[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
# say `backend/src` instead of the root of the repo. GitLab needs paths to be relative
# from the root so instead we just set include which ensures in gitlab MR coverage is
# shown correctly.
include =
backend/src/**/*
premium/backend/src/**/*
enterprise/backend/src/**/*