From d5303ff4dd9903f34afbbcf3598651e6ccd8b2eb Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Sun, 21 Jun 2020 22:44:16 +0100 Subject: [PATCH] Trying to fix Coveralls deployment --- .github/workflows/python_ci_linux.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index 400611a..d012fd3 100644 --- a/.github/workflows/python_ci_linux.yml +++ b/.github/workflows/python_ci_linux.yml @@ -38,20 +38,15 @@ jobs: run: "python -m tox" - name: Coveralls Parallel - uses: coverallsapp/github-action@v1.1.1 + uses: AndreMiras/coveralls-python-action@develop with: - github-token: ${{ secrets.github_token }} -# flag-name: run-${{ matrix.python-version }} parallel: true - env: - COVERALLS_FLAG_NAME: run-${{ matrix.python-version }} finish: - needs: tests - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@v1.1.1 - with: - github-token: ${{ secrets.github_token }} - parallel-finished: true \ No newline at end of file + needs: test + runs-on: ubuntu-latest + steps: + - name: Coveralls Finished + uses: AndreMiras/coveralls-python-action@develop + with: + parallel-finished: true \ No newline at end of file