[MDEV-11899] dgcov "summary" report Created: 2017-01-24 Updated: 2017-01-24 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
dgcov used to support summary and "purecov" comments. This feature was removed in When run without --only-gcov option (that is, when checking the coverage of the specific commit), it should print a summary like "N lines covered, M lines not covered". It should pay attention to "purecov" comments and not count appropriately tagged lines as "not covered" |