From cdf83cb340fa04bb16f93585fb7cb414ac50d9ff Mon Sep 17 00:00:00 2001 From: Adam Kingsley Date: Tue, 15 Oct 2024 08:56:07 +0200 Subject: [PATCH] Set test thresholds --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 487605e..3dd06db 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,6 +47,8 @@ jobs: badge: true format: markdown output: both + fail_below_min: true + thresholds: '100 100' - name: Write Coverage to Job Summary run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY