diff --git a/.github/workflows/pytest-with-coverage.yaml b/.github/workflows/pytest-with-coverage.yaml index 0ce314f..6cd3cbb 100644 --- a/.github/workflows/pytest-with-coverage.yaml +++ b/.github/workflows/pytest-with-coverage.yaml @@ -18,3 +18,5 @@ jobs: python-version: ${{ matrix.python-version }} conda-env-file: environment-test.yaml conda-env-name: nemo-nowcast-test + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}