You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-authored-by: Andreas Zwinkau <95761648+a-zw@users.noreply.github.com>
Signed-off-by: Frank Scholter Peres(MBTI) <145544737+FScholPer@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/reference/commands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
|`bazel run //:docs`| Builds documentation |
6
6
|`bazel run //:docs_check`| Verifies documentation correctness |
7
7
|`bazel run //:docs_combo`| Builds combined documentation with all external dependencies included |
8
-
|`bazel run //scripts_bazel:traceability_coverage -- --needs-json bazel-bin/needs_json/needs.json --min-req-code 100 --min-req-test 100 --min-req-fully-linked 100 --min-tests-linked 100 --fail-on-broken-test-refs`| Calculates requirement/test traceability percentages and fails if thresholds are not met |
8
+
|`bazel run @score_docs_as_code//scripts_bazel:traceability_coverage -- --needs-json bazel-bin/needs_json/needs.json --min-req-code 100 --min-req-test 100 --min-req-fully-linked 100 --min-tests-linked 100 --fail-on-broken-test-refs`| Calculates requirement/test traceability percentages and fails if thresholds are not met |
9
9
|`bazel run //:live_preview`| Creates a live_preview of the documentation viewable in a local server |
10
10
|`bazel run //:live_preview_combo_experimental`| Creates a live_preview of the full documentation with all dependencies viewable in a local server |
11
11
|`bazel run //:ide_support`| Sets up a Python venv for esbonio (Remember to restart VS Code!) |
0 commit comments