From 15dd08156a5c844e758e0579a1c6c2539b46b098 Mon Sep 17 00:00:00 2001 From: Andrew Nagy Date: Fri, 17 May 2024 21:47:13 +0000 Subject: [PATCH] add base cov --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f600ed7..36b21de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: artifact_download_workflow_names: 'ci,cron' badge: true fail_on_negative_difference: true + overall_coverage_fail_threshold: 70 - name: Add Coverage PR Comment uses: marocchino/sticky-pull-request-comment@v2 if: steps.code_coverage_report_action.outputs.file != '' && github.event_name == 'pull_request' && (success() || failure())