[MDEV-11560] Make dgcov work with git Created: 2016-12-13 Updated: 2017-01-24 Resolved: 2017-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Fix Version/s: | 10.2.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Rasmus Johansson (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
For MariaDB there exists a wrapper for gcov, GNU's test coverage tool. The MariaDB wrapper is called dgcov. It's a bit outdated because it only works with the old source control system bazaar and the MariaDB code repositories have been moved to Github. The task is to make dgcov work with Github. Some relevant links.
|
| Comments |
| Comment by Sergei Golubchik [ 2017-01-06 ] |
|
Rewrote dgcov.pl to work with git and cmake |
| Comment by Sergei Golubchik [ 2017-01-06 ] |
|
Updated the manual: |
| Comment by Sergei Golubchik [ 2017-01-08 ] |
|
Todo
It is MDEV-11899 |