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())