Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/canary-coverage-gap.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions model/src/types.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
Loading