xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
Commit 698981648ebc0f0f8faefd6e5e1febcedf28997d

Make File type complete in GcovImporter.hpp
It's used as `std::vector<File>` in one place.
Author: xaizek
Author date (UTC): 2021-06-06 16:26
Committer name: xaizek
Committer date (UTC): 2021-06-06 16:26
Parent(s): 34996c496a50cdc3de74926d1b506dd5cbe22cd9
Signing key: 99DC5E4DB05F6BE2
Tree: e8358089aabe579436674f2b4f7f04fa7af9be65
File Lines added Lines deleted
src/GcovImporter.hpp 1 1
File src/GcovImporter.hpp changed (mode: 100644) (index a076dad..8a8145a)
25 25 #include <unordered_map> #include <unordered_map>
26 26 #include <vector> #include <vector>
27 27
28 class File;
28 #include "BuildHistory.hpp"
29 29
30 30 /** /**
31 31 * @brief Determines information about `gcov` command. * @brief Determines information about `gcov` command.
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