xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
<root> / src /
File Mode Size
utils/ 040000
AutoSubCommand.hpp 100644 6,061B
BuildHistory.cpp 100644 12KiB
BuildHistory.hpp 100644 8,748B
ColorCane.cpp 100644 1,171B
ColorCane.hpp 100644 2,373B
DB.cpp 100644 7,995B
DB.hpp 100644 13KiB
FileComparator.cpp 100644 7,421B
FileComparator.hpp 100644 4,875B
FilePrinter.cpp 100644 14KiB
FilePrinter.hpp 100644 6,445B
GcovImporter.cpp 100644 13KiB
GcovImporter.hpp 100644 5,725B
Invocation.cpp 100644 4,969B
Invocation.hpp 100644 2,918B
Repository.cpp 100644 7,539B
Repository.hpp 100644 4,943B
Settings.cpp 100644 2,043B
Settings.hpp 100644 3,126B
SubCommand.cpp 100644 3,921B
SubCommand.hpp 100644 7,366B
TablePrinter.cpp 100644 10KiB
TablePrinter.hpp 100644 3,179B
Uncov.cpp 100644 3,671B
Uncov.hpp 100644 1,970B
arg_parsing.cpp 100644 2,723B
arg_parsing.hpp 100644 8,816B
colors.hpp 100644 1,557B
coverage.cpp 100644 2,618B
coverage.hpp 100644 4,007B
decoration.cpp 100644 3,987B
decoration.hpp 100644 5,017B
integration.cpp 100644 10KiB
integration.hpp 100644 3,194B
listings.cpp 100644 8,845B
listings.hpp 100644 5,921B
main.cpp 100644 1,140B
printing.cpp 100644 14KiB
printing.hpp 100644 6,755B
sub_commands.cpp 100644 42KiB
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/uncov

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/uncov

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master