mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcov: Edit description.
* gnu/packages/code.scm (kcov)[description]: Remove operating systems. Edit slightly.
This commit is contained in:
parent
b834f73bc7
commit
0225e5a43b
1 changed files with 3 additions and 3 deletions
|
@ -589,9 +589,9 @@ results and determine build stability.")
|
||||||
(list python))
|
(list python))
|
||||||
(home-page "https://github.com/SimonKagstrom/kcov")
|
(home-page "https://github.com/SimonKagstrom/kcov")
|
||||||
(synopsis "Code coverage tester for compiled languages, Python and Bash")
|
(synopsis "Code coverage tester for compiled languages, Python and Bash")
|
||||||
(description "Kcov is a FreeBSD/Linux/OSX code coverage tester for compiled
|
(description "Kcov is a code coverage tester for compiled languages,
|
||||||
languages, Python and Bash. Kcov was originally a fork of Bcov, but has since
|
Python and Bash. It was originally a fork of Bcov, but has since evolved to
|
||||||
evolved to support a large feature set in addition to that of Bcov.
|
support a large feature set in addition to that of Bcov.
|
||||||
|
|
||||||
Kcov uses DWARF debugging information for compiled programs to make it
|
Kcov uses DWARF debugging information for compiled programs to make it
|
||||||
possible to collect coverage information without special compiler switches.")
|
possible to collect coverage information without special compiler switches.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue