Feature #10792
closed
Allow to navigate through covered lines of code
Added by Evgeny Novikov over 3 years ago.
Updated over 3 years ago.
Description
Bridge provides very good means to navigate through covered functions. Often, users need to find out most covered lines of code both within a given source file and globally for a given verification task. Rather than to implement some complicated and complete solution that will allow to move between all covered lines of code, I think that it may be easier to find, say, 30 most covered lines and to provide additional buttons to move just between them. Also, you can provide means to navigate through 30 most covered lines of all source files of the verification task.
- Priority changed from High to Urgent
Features related to code coverage are most important at the moment.
- Due date set to 04/08/2021
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in branch "feature-10792". New coverage statistics is required for some of new features to display.
- Status changed from Resolved to Closed
After some fixes CI passed the test cases and I merged the branch to master in a967045d7. Now users can leverage new great means to analyze code coverage. BTW, for all existing code coverage reports users will be able to navigate through most covered lines of a given source file since that was supported in Bridge, while for new code coverage reports there will be also an additional capability to navigate through most covered lines among all source files of a given verification task (the corresponding data is provided by Core in a slightly extended format of code coverage reports).
Also available in: Atom
PDF