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

One more use of fs namespace alias in GcovImporter
Author: xaizek
Author date (UTC): 2022-04-08 10:35
Committer name: xaizek
Committer date (UTC): 2022-04-08 10:35
Parent(s): e5ff74ebc2e76cddec8f93c778e87bb614ee36b8
Signing key: 99DC5E4DB05F6BE2
Tree: d8e7148ef5971d739c8090ae688716b5ca149dae
File Lines added Lines deleted
src/GcovImporter.cpp 1 1
File src/GcovImporter.cpp changed (mode: 100644) (index 8e32adf..ef661b8)
... ... GcovImporter::updateCoverage(std::vector<int> &coverage, unsigned int lineNo,
425 425 } }
426 426
427 427 bool bool
428 GcovImporter::isExcluded(boost::filesystem::path path) const
428 GcovImporter::isExcluded(fs::path path) const
429 429 { {
430 430 for (const fs::path &skipPath : skipPaths) { for (const fs::path &skipPath : skipPaths) {
431 431 if (pathIsInSubtree(skipPath, path)) { if (pathIsInSubtree(skipPath, path)) {
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