feat(phase-h.7): TinyBDD tests for Configuration, Scheduling, and Plugins#22
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22 +/- ##
==========================================
+ Coverage 87.25% 87.28% +0.02%
==========================================
Files 291 291
Lines 8280 8280
Branches 1496 1496
==========================================
+ Hits 7225 7227 +2
+ Misses 716 714 -2
Partials 339 339
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d34f219 to
683152e
Compare
… Plugins extensions 38 new scenarios across 3 new test projects: StepRegistry + JSON loader + DI helpers (Configuration — 16), CronParser + InMemoryWorkflowScheduler (Scheduling — 12), and PluginManager lifecycle/dependency resolution (Plugins — 10). All scenarios pass on net8/9/10. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
683152e to
b1a18cb
Compare
Code Coverage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
StepRegistrygeneric/factory registration, case-insensitive resolve, key listing;JsonWorkflowDefinitionLoadername/steps/flags/error loading; DI helper extensions (AddYamlWorkflowLoader,AddJsonWorkflowLoader,AddStepRegistry,AddWorkflowDefinitionBuilder)CronParserwildcard/specific-minute/step/range/invalid-expression;InMemoryWorkflowSchedulerschedule/cancel/tick/cron/recurring lifecyclePluginManagerregister/duplicate/get/initialize/start/stop/dependency-order/circular-dependency/configure-allAll 38 scenarios pass across net8.0 / net9.0 / net10.0.
Test plan
dotnet teston each of the 3 new projects locally — all green🤖 Generated with Claude Code