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
When this setting is provided, the explicit list is used instead of
66
66
autodiscovery.
67
67
68
-
Use ``score_metamodel_include_external_needs = True`` only in repositories that
68
+
Use ``score_metrics_include_external_needs = True`` only in repositories that
69
69
intentionally aggregate requirements across module dependencies, such as
70
70
integration repositories.
71
71
72
72
Building the Dashboard
73
73
----------------------
74
74
75
-
After building/running any docs command (i.e. ``bazel build //:needs_json`` or ``bazel run //:docs_check`` are the fastest):
75
+
After building/running any docs and test command (i.e. ``bazel build //:needs_json`` or ``bazel run //:docs_check``, ``bazel run //:docs``, ``bazel test //...``):
76
76
77
-
The documentation build writes ``metrics.json`` via ``score_metamodel``, and the ``needs_json`` artifact contains:
77
+
The documentation build writes ``metrics.json`` via ``score_metrics``, and the ``needs_json`` artifact contains:
0 commit comments