From 0764159032ab021d2f60d586ea3014ac0b84debb Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Sun, 22 Sep 2024 01:11:11 -0400 Subject: [PATCH] chore(tests): fix codecov config Signed-off-by: Lexus Drumgold --- .codecov.yml | 4 ---- .github/infrastructure.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index b7d0f328..76557845 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -31,10 +31,6 @@ component_management: name: lib paths: - src/lib/*.ts - - component_id: utils - name: utils - paths: - - src/utils/*.ts coverage: precision: 2 diff --git a/.github/infrastructure.yml b/.github/infrastructure.yml index 253d9ee1..6e769da1 100644 --- a/.github/infrastructure.yml +++ b/.github/infrastructure.yml @@ -36,8 +36,6 @@ branches: app_id: 254 - context: codecov/project/lib app_id: 254 - - context: codecov/project/utils - app_id: 254 - context: commitlint - context: dependabot-dedupe - context: format