Skip to content

rules_score: Add static_view section to architecture_design - #435

Draft
bemerybmw wants to merge 2 commits into
mainfrom
brem_safety_sentinel_add_static_view
Draft

rules_score: Add static_view section to architecture_design#435
bemerybmw wants to merge 2 commits into
mainfrom
brem_safety_sentinel_add_static_view

Conversation

@bemerybmw

Copy link
Copy Markdown
Contributor

No description provided.

@bemerybmw
bemerybmw force-pushed the brem_safety_sentinel_add_static_view branch 2 times, most recently from df11c40 to f5e6858 Compare August 20, 2026 13:12
@bemerybmw bemerybmw changed the title Test rules_score: Add static_view section to architecture_design Aug 20, 2026
@github-actions

Copy link
Copy Markdown

Coverage Report

Coverage report was generated.

Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run).

Overall coverage rate:

lines......: 86.6%
functions......: 54.5%

@github-actions

Copy link
Copy Markdown

Coverage Report

Coverage report was generated.

Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run).

Overall coverage rate:

lines......: 86.6%
functions......: 54.8%

@bemerybmw
bemerybmw force-pushed the brem_safety_sentinel_add_static_view branch from f5e6858 to e31f76c Compare August 20, 2026 14:59
@github-actions

Copy link
Copy Markdown

Coverage Report

Coverage report was generated.

Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run).

Overall coverage rate:

lines......: 86.6%
functions......: 54.5%

@github-actions

Copy link
Copy Markdown

Coverage Report

Coverage report was generated.

Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run).

Overall coverage rate:

lines......: 86.7%
functions......: 54.8%

@bemerybmw
bemerybmw force-pushed the brem_safety_sentinel_add_static_view branch from 0e5e13d to 97fd0de Compare August 21, 2026 09:09
@github-actions

Copy link
Copy Markdown

Coverage Report

Coverage report was generated.

Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run).

Overall coverage rate:

lines......: 86.6%
functions......: 54.5%

bemerybmw and others added 2 commits August 21, 2026 11:49
`static_view` is an optional additional section for component diagrams that
present a partial view of the static architecture (e.g. a diagram scoped to a
subsystem). Diagrams passed to `static_view` are parsed like `static`, but are
never used to define the units/components validated against the Bazel
component graph. Instead, every component/unit defined in a `static_view`
diagram must also be defined, under the same parent, in `static`: it may only
contain a subset of the units/components of the matching `static` diagram.

The `static_view` section can be used for creating additional diagrams that
provide a view onto the architecture which make the design easier to view / understand.
E.g. you can create a diagram which shows a subset of components as showing all
components in one view may be too "busy". It can also be useful when showing the
interfaces between components. Adding all the interfaces in the diagrams in the
`static` view may result in too many interface lines which is not readable. Instead,
a view can be created with a subset of components and only the interfaces between these
chosen components can be shown.

Co-authored-by: GitHub Copilot <copilot@github.com>
Co-authored-by: GitHub Copilot <copilot@github.com>
@bemerybmw
bemerybmw force-pushed the brem_safety_sentinel_add_static_view branch from 97fd0de to 380bac1 Compare August 21, 2026 09:50
@github-actions

Copy link
Copy Markdown

Coverage Report

Coverage report was generated.

Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run).

Overall coverage rate:

lines......: 86.7%
functions......: 54.6%

@bemerybmw

Copy link
Copy Markdown
Contributor Author

part of #437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant