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'