From 1dfd1017edfb7c6974c1785cd5a16343e2b67627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ba=C5=A1ti?= Date: Fri, 15 Jan 2021 17:35:00 +0100 Subject: [PATCH] Coveralls: define service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems that new coveralls release failed to autodetect github CI https://github.com/TheKevJames/coveralls-python/issues/252 Signed-off-by: Martin Bašti --- .github/workflows/unittests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 791e5d15c..fcb06cc13 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -60,7 +60,7 @@ jobs: pip3 install --upgrade pip pip3 install --upgrade setuptools pip3 install --upgrade coveralls - /home/runner/.local/bin/coveralls + /home/runner/.local/bin/coveralls --service=github coveralls-finish: name: Finish coveralls-python @@ -72,6 +72,6 @@ jobs: pip3 install --upgrade pip pip3 install --upgrade setuptools pip3 install --upgrade coveralls - /home/runner/.local/bin/coveralls --finish + /home/runner/.local/bin/coveralls --finish --service=github env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}