diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a9db159..7a2954d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: - name: Upload coverage to codecov uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} + #token: ${{ secrets.CODECOV_TOKEN }} files: tests/coverage.xml fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)