Skip to content

wissem01chiha/vcov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

469 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vcov

cmake-build GitHub License CodeFactor pre-commit.ci status

Overview

Vcov is a free and open‑source C/C++ code coverage tool for Visual Studio solutions on Windows. It is actively maintained as a fork of the OpenCppCoverage project. Since the original project is no longer actively maintained, Vcov continues its development and improvement.

Its primary use case is unit test coverage, but it can also be used to track executed lines in a program for debugging purposes.

This tool is constantly evolving, and contributions are always welcome! Learn how to get started with our packaging tutorial and maintainer guide.

Get Started

First, follow one of our quick start guides.

  • Windows Vista or higher
  • Microsoft Visual Studio 2008 or higher (all editions, including Express edition) , It may also work with earlier versions of Visual Studio.

Use Vcov

You can run Vcov with the following command:

vcov.exe --sources MySourcePath* -- YourProgram.exe arg1 arg2

For example, MySourcePath can be MyProject, if your sources are located in C:\Dev\MyProject.

See Getting Started for more information about the usage. You can also have a look at Command-line reference.

Key features

Contribute

  • Submit issues
  • Submit fixes

Resources

License

The code in this repository is licensed under the GPL-3.0 License.

About

Open‑Source Code Coverage for Visual C++ on Windows, Active fork of OpenCppCoverage.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 94.8%
  • CMake 2.5%
  • C 1.1%
  • Batchfile 0.7%
  • HTML 0.6%
  • Python 0.2%
  • PowerShell 0.1%