From fe8d19fca567efa5581eddcd99a47d10da9da010 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Tue, 24 Dec 2024 05:59:52 +0900 Subject: [PATCH] Revert codecov context --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 59d584b..77710cd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,15 +127,15 @@ workflows: - test-node18: requires: - audit - # context: - # - Codecov + context: + - Codecov - test-node20: requires: - audit - # context: - # - Codecov + context: + - Codecov - test-node22: requires: - audit - # context: - # - Codecov + context: + - Codecov