diff --git a/.codecov.yml b/.codecov.yml index 26aa1c1a..5e97e032 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,5 +5,9 @@ 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: 2b8d4d69-6de6-4e1d-840a-5ccf9d849565 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 f65e61bf..1dfa0e30 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -95,7 +95,6 @@ jobs: with: env_vars: OS,PYTHON fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml flags: unittests name: codecov-umbrella