diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index bb86f49..8af7c56 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -33,6 +33,7 @@ jobs: env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }} + COVERALLS_SERVICE_NAME: github-actions run: sbt coverageReport coveralls release: runs-on: ubuntu-latest