From e122a127b893a766c7524d4e210fbff3214b07f2 Mon Sep 17 00:00:00 2001 From: Paul Newling Date: Fri, 29 May 2026 09:57:46 -0700 Subject: [PATCH] =?UTF-8?q?ci:=20canary=20=E2=80=94=20confirm=20coverage?= =?UTF-8?q?=20red-check=20on=20touched-but-unbumped=20module=20(do=20not?= =?UTF-8?q?=20merge)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/canary-coverage-gap.md | 7 +++++++ .github/workflows/build.yaml | 2 +- model/src/types.ts | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changeset/canary-coverage-gap.md diff --git a/.changeset/canary-coverage-gap.md b/.changeset/canary-coverage-gap.md new file mode 100644 index 0000000..e7a6bf1 --- /dev/null +++ b/.changeset/canary-coverage-gap.md @@ -0,0 +1,7 @@ +--- +"@platforma-open/milaboratories.sequence-properties.ui": patch +--- + +Canary (throwaway): UI-only changeset while the model package source is also +edited. Confirms the coverage check still flags a directly-edited package that +is missing from the changeset (expected red on the diagnostic). diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b39e54e..95fa59a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: needs: - init - uses: milaboratory/github-ci/.github/workflows/node-simple-pnpm.yaml@v4 + uses: milaboratory/github-ci/.github/workflows/node-simple-pnpm.yaml@v4-beta with: app-name: 'Block: sequence-properties' app-name-slug: 'block-sequence-properties' diff --git a/model/src/types.ts b/model/src/types.ts index 6fff0bd..2983a51 100644 --- a/model/src/types.ts +++ b/model/src/types.ts @@ -1,3 +1,4 @@ +// canary: coverage-gap red-check test (throwaway, do not merge) import type { GraphMakerState } from "@milaboratories/graph-maker"; import type { PlDataTableStateV2, PlRef } from "@platforma-sdk/model";