From 79099bcd884a5b4f628daf6ee13e5bb9a1b06a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Thu, 5 Oct 2023 19:13:57 +0000 Subject: [PATCH] Place coverage xml and report in same run step --- .github/workflows/test.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8532b35a..2307aecb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -63,9 +63,6 @@ jobs: - name: Generate coverage report run: | coverage xml - - - name: Print coverage report - run: | coverage report - name: Upload coverage