#562 Support coverage tags in .md and .rst - #566
Open
kaklakariada wants to merge 33 commits into
Open
Conversation
added 26 commits
July 23, 2026 14:00
This simplifies adding already completed items
…n_and_restructuredtext # Conflicts: # .agents/skills/openfasttrace/SKILL.md # api/src/main/java/org/itsallcode/openfasttrace/api/importer/ImportEventListener.java # api/src/test/java/org/itsallcode/openfasttrace/api/importer/TestSpecificationListBuilder.java # doc/changes/changes_4.7.0.md # doc/spec/design.md # doc/spec/system_requirements.md # doc/user_guide.md # importer/gherkin/src/main/java/module-info.java # importer/gherkin/src/main/java/org/itsallcode/openfasttrace/importer/gherkin/GherkinLineConsumer.java # importer/gherkin/src/test/java/org/itsallcode/openfasttrace/importer/gherkin/GherkinImporterTest.java # importer/tag-importer-common/src/test/java/org/itsallcode/openfasttrace/importer/tag/common/TestDelegatingLineConsumer.java # importer/tag-importer-common/src/test/java/org/itsallcode/openfasttrace/importer/tag/common/TestLineReader.java # product/src/test/java/org/itsallcode/openfasttrace/importer/ImporterFactoryLoaderIT.java
redcatbear
requested changes
Jul 27, 2026
redcatbear
left a comment
Collaborator
There was a problem hiding this comment.
Please remove support for the short tag format in Markdown / RST. This one is deprecated and makes the code unnecessarily complicated.
Co-authored-by: Sebastian Bär <[email protected]>
added 4 commits
July 27, 2026 12:51
…ucturedtext' of https://github.com/itsallcode/openfasttrace into feature/562_support_coverage_tags_in_markdown_and_restructuredtext
|
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.


Closes #562