From 07f1265e1a2321421c6d2f4edc2ca64d9b92e0fb Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Wed, 10 Jan 2024 17:38:30 +0100 Subject: [PATCH] remove coveralls --- .github/workflows/tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b0aa70..140f4bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,12 +38,3 @@ jobs: - name: Run tests run: | bin/test - - coveralls_finish: - needs: build - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: AndreMiras/coveralls-python-action@develop - with: - parallel-finished: true