diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3ddd2b9b..79e906230 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: COVERALLS_PARALLEL: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - coveralls + coveralls --service=github coveralls: name: Finish Coveralls needs: test