From 2693ae61a96826a1c12924b6ff368da5a885f742 Mon Sep 17 00:00:00 2001 From: Jan Bessai Date: Thu, 30 Sep 2021 15:11:29 +0200 Subject: [PATCH] Try to fix coveralls-upload Advice from: https://github.com/lemurheavy/coveralls-public/issues/1388 --- .github/workflows/test_and_release.yml | 1 + 1 file changed, 1 insertion(+) 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