From 7968c32a7fab2e034f1d6fa3710061403328519d Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Tue, 24 Dec 2024 06:02:12 +0900 Subject: [PATCH] Remove codecov context from CircleCI config in favor of per project settings Context will not share with the build for forked repository. --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 77710cd..0e6a406 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,15 +127,9 @@ workflows: - test-node18: requires: - audit - context: - - Codecov - test-node20: requires: - audit - context: - - Codecov - test-node22: requires: - audit - context: - - Codecov