From 0697d60a48745ddc1126d564693b1a4ec156dde0 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 20 Sep 2021 09:01:35 -0400 Subject: [PATCH] coveralls still down, will have to merged with coveralls off --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bc557b78..5a6d3637f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: COVERALLS_PARALLEL: true run: | pip install coveralls - coveralls --service=github + #coveralls --service=github tests-integration: name: "tests / integration" @@ -114,7 +114,7 @@ jobs: COVERALLS_PARALLEL: true run: | coverage combine tests - coveralls --service=github + #coveralls --service=github coverage: @@ -126,7 +126,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | pip install coveralls - coveralls --service=github --finish + #coveralls --service=github --finish build: needs: ["lint", "tests-unit", "tests-integration"]