From f7c1be05cadac15e8e071c3cc232f48c78cfe2a7 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Tue, 13 Feb 2024 16:28:31 +0100 Subject: [PATCH] MNT bump codecov uploader --- .codecov.yml | 2 +- .github/workflows/build-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 5e97e032..c0aab79a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,6 +8,6 @@ codecov: # 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: 2b8d4d69-6de6-4e1d-840a-5ccf9d849565 + 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 e2ee153c..fdc845c5 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -91,7 +91,7 @@ jobs: python -m pytest -s -v -m "inference" skops/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: env_vars: OS,PYTHON fail_ci_if_error: true