diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 691163f..9c96568 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -43,8 +43,6 @@ jobs: - name: Coverage if: ${{ matrix.python-version == env.PYTHON_MAIN_VERSION }} - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} run: | poetry run pytest --cov=scidatalib --cov-report=term-missing tests/ pip install coverage