From cd8d5cd5cfcfae348d0199f46f00ed986e661cd6 Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 16 Sep 2024 11:54:15 -0600 Subject: [PATCH] ci(codecov): correct codecov key typo --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 33b8c66c..1d00b38c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -106,7 +106,7 @@ jobs: 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 }} + 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 )