From 20cfd4ab126cdfe1a2420ace9e90d965bad896a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauritz=20Skog=C3=B8y?= Date: Thu, 27 Mar 2025 15:26:51 +0100 Subject: [PATCH] Test: dont need to have coverage % written to a file --- .github/workflows/test_dev.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test_dev.yml b/.github/workflows/test_dev.yml index 7a8e776..a8411e6 100644 --- a/.github/workflows/test_dev.yml +++ b/.github/workflows/test_dev.yml @@ -45,9 +45,3 @@ jobs: run: | cd backend python manage.py test tests - - - name: Upload coverage reports - uses: codecov/codecov-action@v4 - with: - file: ./backend/coverage.xml - fail_ci_if_error: true