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