From bf8a6df83e4dd93135289276beeb686f889c27fc Mon Sep 17 00:00:00 2001 From: Niall Farrell Date: Wed, 20 Sep 2023 14:37:35 +0100 Subject: [PATCH] Linux only --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39603d4a..6a156fdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: if: runner.os != 'Linux' - name: Code coverage summary + if: runner.os == 'Linux' uses: irongut/CodeCoverageSummary@v1.3.0 with: filename: ./coverage-reports/cobertura-coverage.xml @@ -43,9 +44,11 @@ jobs: output: "both" - name: Write Coverage to Job Summary + if: runner.os == 'Linux' run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY - name: Upload lcov result + if: runner.os == 'Linux' uses: actions/upload-artifact@v3 with: name: lcov