From 72485e1867f045b1d9c6e6b9875e692354c01954 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Mon, 4 Mar 2024 18:19:44 +0100 Subject: [PATCH] CI fix codecov token --- .codecov.yml | 4 ---- .github/workflows/build-test.yml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index c0aab79a..26aa1c1a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,9 +5,5 @@ codecov: notify: after_n_builds: 12 wait_for_ci: true - # the coverage is uploaded with or without a token. This only helps with some - # codecov errors. It's a recommended action from here: - # https://github.com/codecov/codecov-action/issues/837#issuecomment-1453877750 - token: 79395387-e193-4b18-b2ee-74a3b8dce269 ignore: - "skops/_min_dependencies.py" # This file is not tested, and won't be. diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index fdc845c5..9649d17c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -99,3 +99,7 @@ jobs: flags: unittests name: codecov-umbrella verbose: true + # the coverage is uploaded with or without a token. This only helps with some + # codecov errors. It's a recommended action from here: + # https://github.com/codecov/codecov-action/issues/837#issuecomment-1453877750 + token: 79395387-e193-4b18-b2ee-74a3b8dce269