From 7cd014cf27bdb1ef00e1c44453fb294561391f5f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 3 Dec 2019 17:16:54 +0100 Subject: [PATCH] Use github-actions as service name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |