Skip to content

Commit f581d12

Browse files
committed
Finalize runtime foundation plan record
1 parent 1d1e9f6 commit f581d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vertical-slice-runtime-foundation.plan.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Reshape the solution so `DotPilot` stays a presentation-only Uno app, while the
8787
- `dotnet test DotPilot.Tests/DotPilot.Tests.csproj --settings DotPilot.Tests/coverlet.runsettings --collect:"XPlat Code Coverage"`
8888
Done when: the commands are green or any remaining blocker is explicitly documented in this file.
8989

90-
- [ ] Step 9: Create the PR for this slice, then open a fresh working branch for the next slice before continuing.
90+
- [x] Step 9: Create the PR for this slice, then open a fresh working branch for the next slice before continuing.
9191
Verification: the branch and PR flow match the new repo rule.
9292
Done when: the PR exists and follow-up work is no longer accumulating on the reviewed branch.
9393

@@ -104,6 +104,7 @@ Reshape the solution so `DotPilot` stays a presentation-only Uno app, while the
104104
- `dotnet test DotPilot.slnx` passed with `0` failed, `34` passed, and `0` skipped.
105105
- `dotnet test DotPilot.Tests/DotPilot.Tests.csproj --settings DotPilot.Tests/coverlet.runsettings --collect:"XPlat Code Coverage"` passed with `0` failed, `20` passed, and `0` skipped.
106106
- Coverage from `DotPilot.Tests/TestResults/67ca7188-7eca-4fae-aa3e-893fd99a8e3c/coverage.cobertura.xml` is `99.29%` line coverage and `85.00%` branch coverage across the changed production surface.
107+
- PR created: `https://github.com/managedcode/dotPilot/pull/73`.
107108

108109
## Failing Tests Tracker
109110

0 commit comments

Comments
 (0)