From d9127bc8db9602ea454dbaaf507b9f47c2a88261 Mon Sep 17 00:00:00 2001 From: Steven B <51370195+sdb9696@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:49:31 +0000 Subject: [PATCH] Use coveralls github action (#332) --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e19c620..f571e04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,10 +107,6 @@ jobs: tox env: TOXENV: ${{ steps.toxenv.outputs.toxenv }} - - name: Report to Coveralls - run: | - coveralls --service=github - # Only report coverage on latest Python version and skip on prior failures + - name: Coveralls GitHub Action + uses: coverallsapp/github-action@v2.2.3 if: ${{ success() && matrix.python-version == '3.12' }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}