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

Fix a typo in uncov-gcov's usage
Author: xaizek
Author date (UTC): 2017-09-18 14:48
Committer name: xaizek
Committer date (UTC): 2017-09-18 14:48
Parent(s): 6001b7c7b9867539c9153f41f824fcd2a0d1a72c
Signing key: 99DC5E4DB05F6BE2
Tree: 2019d14f69fc979411af38b3c82963e5099ca1ed
File Lines added Lines deleted
uncov-gcov 1 1
File uncov-gcov changed (mode: 100755) (index 14f60e3..f17223c)
... ... def create_args(params):
97 97 help='Follow symlinks (default off)') help='Follow symlinks (default off)')
98 98 parser.add_argument('-c', '--capture-worktree', action='store_true', parser.add_argument('-c', '--capture-worktree', action='store_true',
99 99 default=False, default=False,
100 help='Make an dangling commit if working directory is '
100 help='Make a dangling commit if working directory is '
101 101 'dirty') 'dirty')
102 102 parser.add_argument('--ref-name', default=None, metavar='REF', parser.add_argument('--ref-name', default=None, metavar='REF',
103 103 help='force custom ref name') help='force custom ref name')
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