diff --git a/codecov.yml b/codecov.yml index a675403775..358e57ee48 100644 --- a/codecov.yml +++ b/codecov.yml @@ -56,21 +56,16 @@ component_management: name: Tests paths: - tests/** - - component_id: ui - name: Ui - paths: - - ui/** - statuses: - - type: project - target: auto - - type: patch - target: auto - component_id: webserver name: Webserver paths: - webserver/** +ignore: + - ui/** +# we are not mature yet to have a ui code coverage + flag_management: default_rules: carryforward: true