diff --git a/.github/workflows/pytest-with-coverage.yaml b/.github/workflows/pytest-with-coverage.yaml index 0f97d63..a4e1615 100644 --- a/.github/workflows/pytest-with-coverage.yaml +++ b/.github/workflows/pytest-with-coverage.yaml @@ -21,3 +21,5 @@ jobs: python-version: ${{ matrix.python-version }} conda-env-file: envs/environment-test.yaml conda-env-name: nemo-cmd-test + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}