xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
Subject SHA-1 Author Date
Bump version to v0.4 8e6c87acc9b0b1c097a9d50b76e404cfc68b715d xaizek 2021-06-08 12:04:58
Test GcovImporter thoroughly 7ef176cd6e5d10ff94214ca35598adc7bc5524a3 xaizek 2021-06-06 16:37:14
Allow faking GcovInfo to facilitate testing ee3f22f1d32b55d56231e40c2f5b7393facc31e7 xaizek 2021-06-06 16:36:25
Make GcovImporter::setRunner() return old value 752833ae90e21d98096e051e1379c7634ae1f130 xaizek 2021-06-06 16:30:45
Make File type complete in GcovImporter.hpp 698981648ebc0f0f8faefd6e5e1febcedf28997d xaizek 2021-06-06 16:26:52
Move makeGcovJsonGz() to TestUtils unit and rename 34996c496a50cdc3de74926d1b506dd5cbe22cd9 xaizek 2021-06-06 16:25:44
Recommend to use new-gcovi again 1470230c9e749a5ca4b3f684d8a378858b981e8d xaizek 2021-06-05 21:29:55
Support `gcov --json-format` by `new-gcovi` db6e195f42f44335df2afaf84549da20db258189 xaizek 2021-06-05 13:53:23
Extract two methods out of GcovImporter::parseGcov 68397dc05a5ba208fad46a86e987d4ef87116f5d xaizek 2021-06-05 13:50:38
Implement name-binning of gcov input files a9dbe113fe6e25fb3a0eafa9eb1933e900ee95ff xaizek 2021-06-05 13:46:21
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