Feature #8418
closed
Feature #8416: Suggest better file archives passing from Core to Bridge
Support more flexible file archives passing
Added by Evgeny Novikov about 7 years ago.
Updated about 7 years ago.
Description
See the description and comments in #8416.
Indeed there are many places in different components that should be changed after this. Ideally I would like to merge a great refactoring of Core before this issue to reduce an overhead.
I suppose to support the high-level interface for reporting file archives in different Core components, e.g. the following fragment can be a part of a report:
"attr": {
"subattr1": ReportFiles(["subattr1/path/to/file1", "subattr1/path/to/file2", ...]),
"subattr2": [
ReportFiles(["subattr2/path/to/file1", "subattr2/path/to/file2", ...]),
ReportFiles(["subattr2/path/to/fileZ", "subattr2/path/to/fileY", ...]),
ReportFiles(["subattr2/path/to/fileA", "subattr2/path/to/fileB", ...])
]
}
Don't forget to rebase it on top of the latest master.
- Status changed from New to Resolved
Resolved in 'new_report_archives' branch.
- Status changed from Resolved to Closed
I merged the branch that has this feature (multicoverage) to master in 37f0c082.
Also available in: Atom
PDF