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
|`bazel run //:docs`| Builds documentation (also writes `metrics.json`) |
11
+
|`bazel run //:docs`| Builds documentation (also writes `metrics.json` via the score_metamodel extension) |
12
12
|`bazel run //:docs_check`| Verifies documentation correctness |
13
13
|`bazel run //:docs_combo`| Builds combined documentation with all external dependencies included |
14
-
|`bazel run @score_docs_as_code//scripts_bazel:traceability_gate -- --metrics-json bazel-bin/needs_json/_build/needs/metrics.json --min-req-code 100 --min-req-test 100 --min-req-fully-linked 100 --min-tests-linked 100 --fail-on-broken-test-refs`| Reads the pre-computed metrics.json from the docs build and fails if coverage thresholds are not met |
14
+
|`bazel run //:traceability_gate -- --metrics-json bazel-bin/needs_json/_build/needs/metrics.json --min-req-code 70 --min-req-test 70 --min-req-fully-linked 60 --min-tests-linked 70`| Reads the pre-computed metrics.json and fails if coverage thresholds are not met|
15
15
|`bazel run //:live_preview`| Creates a live_preview of the documentation viewable in a local server |
16
16
|`bazel run //:live_preview_combo_experimental`| Creates a live_preview of the full documentation with all dependencies viewable in a local server |
17
17
|`bazel run //:ide_support`| Sets up a Python venv for esbonio (Remember to restart VS Code!) |
0 commit comments