From 4167a459179b2708a0355a3fb4bd8242b3c462fe Mon Sep 17 00:00:00 2001 From: Marten <58044494+McHaillet@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:47:17 +0100 Subject: [PATCH] Update coverage.yml (#124) --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a00fe57b..a36d2f1e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -44,7 +44,7 @@ jobs: path: coverage.xml repo_token: ${{ secrets.GITHUB_TOKEN }} pull_request_number: ${{ steps.get-pr.outputs.PR }} - minimum_coverage: 80 + minimum_coverage: 75 show_missing: True fail_below_threshold: True link_missing_lines: True