[MXS-2152] Add test coverage measurement Created: 2018-11-08 Updated: 2019-05-13 Resolved: 2019-05-13 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | 2.4.0 |
| Type: | Task | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | MXS-SPRINT-81 | ||||||||
| Description |
|
Seeing how well each part of the code is covered by the test suite makes writing of new test cases easier. Untested areas of code should have higher priority and a high level of coverage is assumed to produce more stable software. |
| Comments |
| Comment by markus makela [ 2019-05-13 ] |
|
Added preliminary support for GCOV builds. |