Actions
Feature #8418
closedFeature #8416: Suggest better file archives passing from Core to Bridge
Support more flexible file archives passing
Start date:
09/08/2017
Due date:
% Done:
0%
Estimated time:
Published in build:
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.
Updated by Evgeny Novikov about 7 years ago
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", ...])
]
}
Updated by Evgeny Novikov about 7 years ago
Don't forget to rebase it on top of the latest master.
Updated by Alexey Polushkin about 7 years ago
- Status changed from New to Resolved
Resolved in 'new_report_archives' branch.
Updated by Evgeny Novikov about 7 years ago
- Status changed from Resolved to Closed
I merged the branch that has this feature (multicoverage) to master in 37f0c082.
Actions