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

Move sources of uncov docs into a subdirectory
Author: xaizek
Author date (UTC): 2017-09-18 14:28
Committer name: xaizek
Committer date (UTC): 2017-09-18 14:28
Parent(s): 7f6878c10aa68f65ffc308299f54de5dd63ddadf
Signing key: 99DC5E4DB05F6BE2
Tree: 03f7e99b1c894e6630c846d7e8de3328f1b87555
File Lines added Lines deleted
Makefile 2 2
docs/uncov/01-name.md 0 0
docs/uncov/02-synopsis.md 0 0
docs/uncov/03-options.md 0 0
docs/uncov/04-description.md 0 0
docs/uncov/05-subcommands.md 0 0
docs/uncov/06-subcommand-list.md 0 0
docs/uncov/07-files.md 0 0
File Makefile changed (mode: 100644) (index 72b1ab2..7bae909)
... ... self-coverage: coverage
124 124 man: docs/uncov.1 man: docs/uncov.1
125 125 # the next target doesn't depend on $(wildcard docs/*.md) to make pandoc # the next target doesn't depend on $(wildcard docs/*.md) to make pandoc
126 126 # optional # optional
127 docs/uncov.1: force | $(out_dir)/docs
127 docs/uncov.1: force | $(out_dir)/docs/uncov
128 128 pandoc -V title=uncov \ pandoc -V title=uncov \
129 129 -V section=1 \ -V section=1 \
130 130 -V app=uncov \ -V app=uncov \
131 131 -V footer="uncov v0.1" \ -V footer="uncov v0.1" \
132 132 -V date="$$(date +'%B %d, %Y')" \ -V date="$$(date +'%B %d, %Y')" \
133 133 -V author='xaizek <xaizek@posteo.net>' \ -V author='xaizek <xaizek@posteo.net>' \
134 -s -o $@ $(sort $(wildcard docs/*.md))
134 -s -o $@ $(sort $(wildcard docs/uncov/*.md))
135 135
136 136 doxygen: doxygen:
137 137 doxygen doxygen/config doxygen doxygen/config
File docs/uncov/01-name.md renamed from docs/01-name.md (similarity 100%)
File docs/uncov/02-synopsis.md renamed from docs/02-synopsis.md (similarity 100%)
File docs/uncov/03-options.md renamed from docs/03-options.md (similarity 100%)
File docs/uncov/04-description.md renamed from docs/04-description.md (similarity 100%)
File docs/uncov/05-subcommands.md renamed from docs/05-subcommands.md (similarity 100%)
File docs/uncov/06-subcommand-list.md renamed from docs/06-subcommand-list.md (similarity 100%)
File docs/uncov/07-files.md renamed from docs/07-files.md (similarity 100%)
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