From 75389a898ea06a934e824371f672b9e98ca290cb Mon Sep 17 00:00:00 2001
From: ncullen93 <nicholas.cullen@med.lu.se>
Date: Sun, 18 Feb 2024 14:37:35 +0100
Subject: [PATCH] remove cvr finish

---
 .github/workflows/code-coverage.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml
index 47089a3e..654e92ed 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -23,12 +23,3 @@ jobs:
 
       - name: Coveralls
         uses: coverallsapp/github-action@v2
-
-  coveralls_finish:
-    needs: test
-    runs-on: ubuntu-latest
-    steps:
-      - name: Coveralls Finished
-        uses: AndreMiras/coveralls-python-action@develop
-        with:
-          parallel-finished: true