diff --git a/.github/codecov.yml b/.github/codecov.yml index f7129b009..b6e14dcaf 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -13,36 +13,53 @@ coverage: component_management: individual_components: - - component_id: backend-apis - name: backend-apis # only Golang backend APIs + - component_id: schema + name: schema # Golang packages for schema paths: + - "accessors/**" + - "cmd/**" + - "common/**" + - "internal/**" + - "profiles/**" + - "sources/**" + - "spanner/**" - "webv2/**" - - "!webv2/webCmd.go" - statuses: # each component has its own status and corresponding configuration + statuses: - type: project informational: true - - component_id: backend-library - name: backend-library # only library code + - component_id: orchestration + name: orchestration paths: - - "!webv2/**" - - "!ui/**" - - "!cmd/**" - statuses: # each component has its own status and corresponding configuration + - "accessors/**" + - "cmd/**" + - "common/**" + - "conversion/**" + - "dao/**" + - "internal/**" + - "profiles/**" + - "streaming/**" + - "webv2/**" + statuses: - type: project informational: true - - component_id: cli - name: cli # only the CLI + - component_id: legacy + name: legacy paths: + - "accessors/**" - "cmd/**" - - "webv2/webCmd.go" - statuses: # each component has its own status and corresponding configuration + - "common/**" + - "profiles/**" + - "sources/**" + - "spanner/**" + - "webv2/**" + statuses: - type: project informational: true - component_id: frontend name: frontend # only frontend components paths: - "ui/**" - statuses: # the core component has its own statuses + statuses: - type: project informational: true ignore: