Browse free open source Code Coverage tools and projects for Windows and Mac below. Use the toggles on the left to filter open source Code Coverage tools by OS, license, language, programming language, and project status.

  • Trade Crypto with eToro's Trusted Platform Icon
    Trade Crypto with eToro's Trusted Platform

    Join a global community of over 35 million investors trading

    A safe community space to grow your crypto **Disclaimer Don't invest unless you are prepared to loose all the money you invested.
    Invest in crypto
  • HSI Donesafe | #1 Rated Cloud EHS Software | ESG Reporting Icon
    HSI Donesafe | #1 Rated Cloud EHS Software | ESG Reporting

    Trusted by industries worldwide, Donesafe allows organizations to track, manage, and report on essential EHS functions from one central platform.

    HSI Donesafe is a no-code, cloud-based EHS software that simplifies safety, compliance, and risk management, transforming complex processes into user-friendly workflows.
    Learn More
  • 1
    Modern C++ Template

    Modern C++ Template

    A template for modern C++ projects using CMake, Clang-Format

    A quick C++ template for modern CMake projects aimed to be an easy-to-use starting point. This is my personal take on such a type of template, thus I might not use the best practices or you might disagree with how I do things. Any and all feedback is greatly appreciated! Modern CMake configuration and project, which, to the best of my knowledge, uses the best practices. An example of a Clang-Format config, inspired from the base Google model, with minor tweaks. This is aimed only as a starting point, as coding style is a subjective matter, everyone is free to either delete it (for the LLVM default) or supply their own alternative. Static analyzers integration, with Clang-Tidy and Cppcheck, the former being the default option. Doxygen support, through the ENABLE_DOXYGEN option, which you can enable if you wish to use it. Unit testing support, through GoogleTest (with an option to enable GoogleMock) or Catch2. Code coverage, enabled by using the ENABLE_CODE_COVERAGE op.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ModernCppStarter

    ModernCppStarter

    Kick-start your C++! A template for modern C++ projects

    Setting up a new C++ project usually requires a significant amount of preparation and boilerplate code, even more so for modern C++ projects with tests, executables and continuous integration. This template is the result of learnings from many previous projects and should help reduce the work required to setup up a modern C++ project. Installable target with automatic versioning information and header generation via PackageProject.cmake. Automatic documentation and deployment with Doxygen and Pages. Eventually, you can remove any unused files, such as the standalone directory or irrelevant workflows for your project. Feel free to replace the License with one suited for your project. To keep the template modular, all subprojects derived from the library have been separated into their own CMake modules. This approach makes it trivial for third-party projects to re-use the projects library code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next