[Dart] Full test coverage & CI enforcement - #699
Open
Fried-man wants to merge 5 commits into
Open
Conversation
- Updated `generateMessages` to utilize a new `generateMessagesWithParser` function for improved parsing. - Introduced `GherkinDocumentParser` type for better type safety. - Renamed `_pickleStepType` to `pickleStepType` for consistency. - Enhanced `GherkinDocumentBuilder` by exposing `transformNode` method. - Added tests for parser error handling and step type assignment.
Fried-man
marked this pull request as draft
August 25, 2026 02:08
Fried-man
marked this pull request as ready for review
August 25, 2026 02:38
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.
🤔 What's changed?
The dart solution now has full line coverage via unit test by:
Also, the dart CI now enforces full line coverage.
⚡️ What's your motivation?
Outside of best practices, the low line coverage was brought up in this issue.
🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
N/A
📋 Checklist:
This text was originally generated from a template, then edited by hand. You can modify the template here.