File tree Expand file tree Collapse file tree
docs/internals/requirements Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ Overview
2222.. note ::
2323 **Implementation vs. Traceability: ** A requirement can be "implemented" in code
2424 without having documentation links. This dashboard shows implementation status.
25-
25+
2626 - **Not implemented **: ``implemented == 'NO' `` (actual TODO)
2727 - **Implemented but incomplete docs **: ``implemented == 'YES|PARTIAL' `` and missing source_code_link OR missing testlink
2828 - **Fully documented **: Both ``source_code_link `` and ``testlink `` present
29-
29+
3030 The CI/CD gate check enforces minimum coverage thresholds for source_code_link and testlink.
3131
3232.. needpie :: Requirements Status
Original file line number Diff line number Diff line change @@ -741,9 +741,9 @@ Architecture Attributes
741741 type == 'tool_req' and source_code_link == ''
742742
743743.. note ::
744- This dashboard is complemented by an automated CI check using
744+ This dashboard is complemented by an automated CI check using
745745 ``traceability_coverage ``.
746- The checker enforces minimum coverage thresholds. See
746+ The checker enforces minimum coverage thresholds. See
747747 :doc: `/how-to/test_to_doc_links ` for detailed information on combining
748748 visual dashboards with CI/CD gates.
749749
You can’t perform that action at this time.
0 commit comments