From 6a542ff4b0fe215a2817b368d01fb230a491ffb9 Mon Sep 17 00:00:00 2001 From: irongut Date: Thu, 25 Nov 2021 20:29:07 +0000 Subject: [PATCH] updated test workflows --- .github/workflows/test-linux.yml | 6 +++--- .github/workflows/test-macos.yml | 11 +++++++++-- .github/workflows/test-windows.yml | 11 +++++++++-- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 3675790..bbd97d9 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -13,12 +13,12 @@ jobs: - name: Test Action uses: irongut/CodeCoverageSummary@master with: - filename: /app/sample.coverage.xml + filename: /app/sample.coverage.xml,/app/sample.coverage.xml badge: true fail_below_min: true - format: 'markdown' + format: markdown hide_branch_rate: false hide_complexity: true indicators: true - output: 'both' + output: both thresholds: '60 80' diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 7477989..ee7e4d4 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -14,5 +14,12 @@ jobs: - name: Test Action uses: irongut/CodeCoverageSummary@master with: - filename: '/app/sample.coverage.xml' - badge: 'true' + filename: /app/sample.coverage.xml,/app/sample.coverage.xml + badge: true + fail_below_min: true + format: markdown + hide_branch_rate: false + hide_complexity: true + indicators: true + output: both + thresholds: '60 80' diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 44eb13c..be652bd 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -14,5 +14,12 @@ jobs: - name: Test Action uses: irongut/CodeCoverageSummary@master with: - filename: '/app/sample.coverage.xml' - badge: 'true' + filename: /app/sample.coverage.xml,/app/sample.coverage.xml + badge: true + fail_below_min: true + format: markdown + hide_branch_rate: false + hide_complexity: true + indicators: true + output: both + thresholds: '60 80'