From 56a78ba0740c00dd583ad29c9c58a67d9b43c711 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Sun, 10 May 2026 18:23:16 -0700 Subject: [PATCH] ci: send regression notifications if tests for code coverage error --- .github/workflows/ci-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b158c72ea..4bfc8318c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -176,6 +176,7 @@ jobs: - lint - typecheck - unittest + - codecov if: ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }} steps: - name: Send notifications of failing tests