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 )