From 1e541d02256d20eb584aff27ee09e0b63c9edb3c Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 21 Aug 2021 13:52:33 -0400 Subject: [PATCH] explicit coverralls service --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee502c484..716457b6f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: COVERALLS_PARALLEL: true run: | pip install coveralls - coveralls -v + coveralls -v --service=github tests-integration: name: "tests / integration" @@ -117,7 +117,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.github_token }} run: | pip install coveralls - coveralls -v --finish + coveralls -v --service=github --finish build: needs: ["lint", "tests-unit", "tests-integration"]