From 66da8b164f85f6a3be9833f7c40f631ea89d6b86 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 21 Aug 2021 09:28:20 -0400 Subject: [PATCH] try AndreMiras/coveralls-python-action action --- .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 e3808856a..2a31272ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: HOME: /tmp run: python -m unittest tests/unit/test_conf.py - name: submit coverage report - uses: coverallsapp/github-action@master + uses: AndreMiras/coveralls-python-action@master with: github-token: ${{ secrets.github_token }} flag-name: tests-unit-${{ matrix.os }} @@ -110,7 +110,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@master + uses: AndreMiras/coveralls-python-action@master with: github-token: ${{ secrets.github_token }} parallel-finished: true