From 62fe3dccd42701dd229dd076be22c1d8f56ffd8d Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 16 Sep 2024 11:03:50 -0600 Subject: [PATCH] ci(codecov): add codecov token --- .github/workflows/integration-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7297aca3..33b8c66c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -104,6 +104,9 @@ jobs: fail_ci_if_error: true flags: unittests name: pycytominer + # Adds codecov token. See the link below for more information: + # https://docs.codecov.com/docs/adding-the-codecov-token + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Run pytest # For every other version and/or OS, run pytest without coverage if: (matrix.os != 'ubuntu-22.04') || (matrix.python-version != env.TARGET_PYTHON_VERSION )