From 88db367d5eed5130c94c0550c1e0e0b3b556c3f4 Mon Sep 17 00:00:00 2001 From: Touseef Liaqat Date: Fri, 26 Jul 2024 17:43:51 -0700 Subject: [PATCH] chore: revert codecov comment and required check This commit reverts #9687 and #9758 refs: #9778 --- codecov.yaml | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index b0261d26ec8..cee2237783e 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -1,9 +1,6 @@ codecov: require_ci_to_pass: true -comment: - layout: "flags, components, files" - behavior: default - hide_project_coverage: false +comment: false coverage: status: patch: @@ -19,37 +16,3 @@ parsers: enable_partials: yes ignore: - '**/*.json' -component_management: - individual_components: - - component_id: module_swingset_kernel - name: SwingSet/kernel - paths: - - packages/SwingSet/src/kernel/** - statuses: - - type: project - target: auto - threshold: 0.05% - - component_id: module_ertp - name: ERTP - paths: - - packages/ERTP/** - statuses: - - type: project - target: auto - threshold: 0.05% - - component_id: module_orchestration - name: Orchestration - paths: - - packages/orchestration/** - statuses: - - type: project - target: auto - threshold: 0.05% - - component_id: module_swing_store - name: swing-store - paths: - - packages/swing-store/** - statuses: - - type: project - target: auto - threshold: 0.05%