test(phase-h.4): Extensions.Connectors + Extensions.Http TinyBDD coverage (~26 scenarios)#19
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19 +/- ##
==========================================
+ Coverage 87.28% 87.30% +0.02%
==========================================
Files 291 291
Lines 8280 8280
Branches 1496 1496
==========================================
+ Hits 7227 7229 +2
+ Misses 714 713 -1
+ Partials 339 338 -1
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:
|
4ccf866 to
b914434
Compare
… ~26 TinyBDD scenarios - New test project: WorkflowFramework.Extensions.Connectors.Tests - ConnectorRegistryScenarios: 6 scenarios (get null, register+get, case-insensitive, duplicate throws, null guard, Names) - InMemoryMessageConnectorScenarios: 9 scenarios (name, type, connect/disconnect, TestConnection, send-when-not-connected throws, receive, subscribe, custom name) - New test project: WorkflowFramework.Extensions.Http.Tests - HttpStepScenarios: 6 scenarios (default name, custom name, 200 body/status, 404 IsSuccess=false, EnsureSuccess throws, null options guard) - HttpBuilderExtensionsScenarios: 5 scenarios (HttpGet/Post/Put/Delete add steps, custom name) - All 26 scenarios green on net8.0, net9.0, net10.0 - Both projects added to WorkflowFramework.slnx Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b914434 to
07ec19c
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
Changes
New:
tests/WorkflowFramework.Extensions.Connectors.Tests/ConnectorRegistryScenarios— 6 scenarios: get null, register+get, case-insensitive lookup, duplicate registration throws, null guard, Names propertyInMemoryMessageConnectorScenarios— 9 scenarios: name/type defaults, connect/disconnect lifecycle, TestConnectionAsync, send-when-not-connected throws, receive dequeues, subscribe handler invoked, custom nameNew:
tests/WorkflowFramework.Extensions.Http.Tests/HttpStepScenarios— 6 scenarios: default name (method-based), custom name, 200 stores status/body/IsSuccess, 404 IsSuccess=false, EnsureSuccessStatusCode throws on 500, null options guardHttpBuilderExtensionsScenarios— 5 scenarios: HttpGet/Post/Put/Delete extension methods build successfully, custom name reflectsTest plan
dotnet testgreen on net8.0, net9.0, net10.0WorkflowFramework.slnx🤖 Generated with Claude Code