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

Mark constructor of BuildHistory explicit
Author: xaizek
Author date (UTC): 2019-11-15 23:06
Committer name: xaizek
Committer date (UTC): 2019-11-15 23:06
Parent(s): 6380ac465295f25573304d55b23acdf26fc50340
Signing key: 99DC5E4DB05F6BE2
Tree: 8cc89b875329e1f7782a5f603a08cadf94bdbc69
File Lines added Lines deleted
src/BuildHistory.hpp 1 1
File src/BuildHistory.hpp changed (mode: 100644) (index 744529d..9b39caf)
... ... public:
80 80 * *
81 81 * @throws std::runtime_error on database with too new schema. * @throws std::runtime_error on database with too new schema.
82 82 */ */
83 BuildHistory(DB &db);
83 explicit BuildHistory(DB &db);
84 84
85 85 public: public:
86 86 /** /**
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