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,103B
BuildHistory.cpp 100644 12KiB
BuildHistory.hpp 100644 8,712B
ColorCane.cpp 100644 1,171B
ColorCane.hpp 100644 2,367B
DB.cpp 100644 7,998B
DB.hpp 100644 13KiB
FileComparator.cpp 100644 7,421B
FileComparator.hpp 100644 4,869B
FilePrinter.cpp 100644 14KiB
FilePrinter.hpp 100644 6,439B
GcovImporter.cpp 100644 14KiB
GcovImporter.hpp 100644 6,794B
Invocation.cpp 100644 4,969B
Invocation.hpp 100644 2,912B
Repository.cpp 100644 8,076B
Repository.hpp 100644 5,123B
Settings.cpp 100644 2,043B
Settings.hpp 100644 3,120B
SubCommand.cpp 100644 3,921B
SubCommand.hpp 100644 7,360B
TablePrinter.cpp 100644 10KiB
TablePrinter.hpp 100644 3,182B
Uncov.cpp 100644 3,732B
Uncov.hpp 100644 1,964B
app.cpp 100644 1,637B
app.hpp 100644 1,416B
arg_parsing.cpp 100644 2,723B
arg_parsing.hpp 100644 8,810B
colors.hpp 100644 1,551B
coverage.cpp 100644 2,618B
coverage.hpp 100644 4,001B
decoration.cpp 100644 3,987B
decoration.hpp 100644 5,011B
integration.cpp 100644 11KiB
integration.hpp 100644 3,188B
listings.cpp 100644 8,845B
listings.hpp 100644 5,915B
main.cpp 100644 1,264B
printing.cpp 100644 14KiB
printing.hpp 100644 6,749B
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