From deb0e4738b3da76f0a0bfa957d527656dcd39e55 Mon Sep 17 00:00:00 2001 From: Yuri Tkachenko Date: Tue, 21 Jan 2025 17:12:33 +0000 Subject: [PATCH] chore: bump coverage threshold --- .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 ed34427c6..575a2bf02 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,7 +34,7 @@ jobs: path: ./coverage/cobertura-coverage.xml publish: true # TODO: restore to 95% before release - threshold: 80 + threshold: 90 diff: true diff-branch: master diff-storage: _core_coverage_reports