From f90017954df7766b64017e53585a719b82244615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Sun, 3 Mar 2024 21:26:42 +0100 Subject: [PATCH] Try fix coveralls (#208) Revert to AndreMiras/coveralls-python-action; couldn't get it to work with coverallsapp/github-action, final coverage was always wrong. --- .github/workflows/linux.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 716cb6f..a8494ec 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -130,7 +130,10 @@ jobs: pytest --cov=empymod ${{ matrix.case.test }} - name: Coveralls - uses: coverallsapp/github-action@v2 + # [pin v20201129] + uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9 + # v Did not work when tried; final coverage was wrong v + # uses: coverallsapp/github-action@v2 with: parallel: true flag-name: ${{ matrix.case.python-version }} ${{ matrix.case.name }} (${{ matrix.case.os }}) @@ -141,7 +144,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v2 + # [pin v20201129] + uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9 + # v Did not work when tried; final coverage was wrong v + # uses: coverallsapp/github-action@v2 with: parallel-finished: true