From f89139ddaceddf8d7594c7f143a5aced6ae1a545 Mon Sep 17 00:00:00 2001 From: irongut Date: Tue, 26 Oct 2021 23:53:11 +0100 Subject: [PATCH] updated test action --- .github/workflows/test-linux.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index e61d500..bffc278 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -2,7 +2,6 @@ name: Test Linux Runner on: workflow_dispatch: - branches: [master] permissions: contents: read @@ -15,4 +14,7 @@ jobs: uses: irongut/CodeCoverageSummary@master with: filename: '/app/sample.coverage.xml' - badge: 'true' + badge: true + format: 'md' + fail_below_min: true + thresholds: '60 80'