-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support filtering and labeling by relationship type for item-piechart #283
Conversation
…e>>: option is unused for this purpose
…that has multiple targets
Which label shall be used for an RQT-item that is linked to two TEST-items, of which only one is linked to a TEST_REP-item?
|
I would say "covered" specifically in the case of test coverage. I haven't used the item-piechart directive yet, but from the documentation, I understand that "covered" in this case would mean that the REQ has a TEST linked, but not a test report. I would think it's deceiving to mark a requirement as "executed" if only one of its testcases has been run. I'm guessing requirements with multiple testcases is not uncommon, and my opinion would be that a requirement is only covered if all of its planned testcases have been executed |
I'm with @bavovanachte. I'd say covered for the same reasons. |
…s executed; improve variable names
:sourcetype:
option to theitem-piechart
directive:targettype:
option to theitem-piechart
directive<<attribute>>
value of the nested target item that was parsed last as label instead of respecting the order of the arguments of the:<<attribute>>:
option, or, in case of multiple target items, discarding the effect of those defined first.Resolves #270