diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index d16b945e5..fb69ab7fd 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -35,7 +35,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml fail_ci_if_error: true verbose: true