diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2641384e..d0c766de5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} run: | # Allow failure for coveralls - coveralls -v || true + coveralls -v --service github-actions || true - name: Backtesting run: |