Conversation
antonkri
requested review from
AlexanderLanin,
MaximilianSoerenPollak,
a-zw,
dcalavrezo-qorix and
nradakovic
as code owners
September 16, 2026 09:47
antonkri
marked this pull request as draft
September 16, 2026 09:47
antonkri
force-pushed
the
ankr_add_c0c1_data
branch
4 times, most recently
from
September 16, 2026 14:36
c5a23e9 to
2050a3c
Compare
antonkri
marked this pull request as ready for review
September 16, 2026 14:54
Contributor
|
@antonkri There is no description or anything what this PR should acomplish, why it is needed or what it builds towards / upon. It's a bit hard to review it without that knowledge. Could you add this to the PR description please? Thanks. |
Member
|
And how it achieves what it does, as its very difficult to infer that from reading the code. |
Contributor
Author
antonkri
force-pushed
the
ankr_add_c0c1_data
branch
from
September 17, 2026 08:32
f88cd6d to
9c5100c
Compare
Member
|
@antonkri thanks that helps a lot! review in progress (not a request to change anything yet!)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Description
This PR extends Module Verification Report with the functionality to collect code coverage data (after bazel coverage command), aggregate those data per component (:comp) and render this data in the final documentation using module verification report post-template. As the mapping between (sub-)components at the architectural level and source code folders is not clear, and this is needed to know which files belong to which component, module definition (:mod) was extended to provide this additional information. For more information see README.
🚨 Impact Analysis
✅ Checklist