From 6c665edd877c5e671b88f9b3886f969512f9f466 Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Mon, 8 Jul 2024 15:59:10 +0200 Subject: [PATCH] Use Codecov-related env variables from orga context * Read `CODECOV_TOKEN` from the organization context so we don't have to specify it on the project level * See https://progress.opensuse.org/issues/163187 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 140c036a779..18b5da78548 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -317,6 +317,7 @@ workflows: - fullstack-unstable: <<: *requires_fullstack - codecov: + context: Codecov requires: - t - heavy