From 46bc9869d50efa7795ddd467773fea9741a53018 Mon Sep 17 00:00:00 2001 From: irongut Date: Wed, 24 Nov 2021 23:33:15 +0000 Subject: [PATCH] updated test workflow --- .github/workflows/test-linux.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index bffc278..3675790 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -13,8 +13,12 @@ jobs: - name: Test Action uses: irongut/CodeCoverageSummary@master with: - filename: '/app/sample.coverage.xml' + filename: /app/sample.coverage.xml badge: true - format: 'md' fail_below_min: true + format: 'markdown' + hide_branch_rate: false + hide_complexity: true + indicators: true + output: 'both' thresholds: '60 80'