Code coverage reporting tool
License
ddunbar/zcov
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
zcov - A code coverage reporting tool ===================================== zcov is wrapper around the basic facilities of gcov for generating pretty summaries for entire code bases. It is similar to lcov with an emphasis on nicer HTML output (including, for example, branch coverage), and a greatly simplified command line interface which tries to work around deficiencies in the metadata provided by gcov. Overview ======== zcov uses '.zcov' files to store the information about a run, and provides several tools for working with these files. Use --help to see more information on the tools. zcov scan -- Recursively scan a directory structure looking for .gcda files and create a .zcov containing all the results. Usage: $ zcov scan output.zcov ~/public/coreutils-6.10.cov zcov genhtml -- Create an HTML report from a .zcov file. Usage: $ zcov genhtml output.zcov coverage-report/ `zcov genhtml` will make the output directory and write HTML files and an index.html for all the files in the .zcov. One useful option is '--root' which tells zcov to ignore any files outside the given root directory, and not to write that root directory in the output (for example, so your home directory path doesn't show up in the report). zcov summarize -- Print a short textual summary of a .zcov file, for testing and simple command line uses. Usage: $ zcov summarize output.zcov zcov merge -- Merge multiple .zcov files into one. Usage: $ zcov merge output.zcov input1.zcov input2.zcov ... inputN.zcov License ======= zcov is available under the BSD license. See LICENSE.txt. Dependencies ============ zcov has the following dependencies: * Python * PIL * enscript Credits ======= zcov is written and maintained by Daniel Dunbar <daniel@zuster.org> The JavaScript sorttable implementation as written by Stuart Langridge and is included under the X11 license.
About
Code coverage reporting tool
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published