#
gcov
Here are 44 public repositories matching this topic...
-
Updated
May 7, 2020 - C++
dkasak
commented
Dec 12, 2016
If I understood the docs correctly, --disable-coverage-init is supposed to allow updating already existing coverage information with new test cases. However, I was unable to make it work, since it either complains that an existing cov directory was found or, if told to overwrite the directory with -O, it says /tmp/afl-ramdisk/out/cov/lcov/trace.lcov_info_final.
Could you add an example
A massively parallelized gcov wrapper
-
Updated
Jun 6, 2020 - Python
coveralls.io support for Xcode
-
Updated
Jan 30, 2020 - C
phptt a.k.a php test tools
php
test
docker-image
generate
testing-tools
gcov
lcov
php-versions
php-qa
php-test
phpt
phptestfest
phptestfestbrasil
-
Updated
Apr 20, 2019 - Shell
SCons support for gcc coverage features
-
Updated
Apr 16, 2020 - Python
A minimal example how to use gcov with fortran
-
Updated
Aug 25, 2015 - Fortran
Simple C++ string class. It's a wrapper on C++ and follows some simple c++ good coding practices.
-
Updated
Nov 19, 2017 - C++
Set Coverage Analysis Tool for GCov
-
Updated
Jun 20, 2016 - Python
Vim plugin for visualizing gcc generated code coverage information
-
Updated
Jan 2, 2019 - Vim script
Visual code coverage report for added modifications
-
Updated
Dec 16, 2018 - Java
A C++17 project that aims at executing network-related commands more securely by relying on tools such as: ip, iptables, ebtables, nftables, a custom network tool, etc. The main goal however is to set up many of the steps that I think are essential in a software development process; starting with the software design.
coveralls
unit-testing
json
coverage
cmake
linting
continuous-integration
network
static-analysis
dependency-graph
googletest
git-hooks
clang-format
clang-tidy
gcov
software-architecture
software-design
iwyu
lwyu
software-development-process
-
Updated
May 25, 2020 - C++
-
Updated
Nov 13, 2019 - C++
Improve this page
Add a description, image, and links to the gcov topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gcov topic, visit your repo's landing page and select "manage topics."
Currently when choosing any of the other output formats it's not possible to get the text report printed to stdout or even a file.
I've tried the following, but neither work.