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

Remove uncov-gcov on uninstalling
Author: xaizek
Author date (UTC): 2017-01-09 13:14
Committer name: xaizek
Committer date (UTC): 2017-01-09 13:14
Parent(s): ac8a75483f173ea8b72bb037d7b48ccb6817c18b
Signing key: 99DC5E4DB05F6BE2
Tree: 970cb9cc56abd4c65ff143b6dac0361aba2cf66e
File Lines added Lines deleted
Makefile 2 1
File Makefile changed (mode: 100644) (index e74a623..35adf64)
... ... install: release
142 142 $(INSTALL) -m 644 docs/uncov.1 $(DESTDIR)/usr/share/man/man1/uncov.1 $(INSTALL) -m 644 docs/uncov.1 $(DESTDIR)/usr/share/man/man1/uncov.1
143 143
144 144 uninstall: uninstall:
145 $(RM) $(DESTDIR)/usr/bin/$(bin_name) $(DESTDIR)/usr/share/man/man1/uncov.1
145 $(RM) $(DESTDIR)/usr/bin/$(bin_name) $(DESTDIR)/usr/bin/uncov-gcov \
146 $(DESTDIR)/usr/share/man/man1/uncov.1
146 147
147 148 # work around parenthesis warning in tests somehow caused by ccache # work around parenthesis warning in tests somehow caused by ccache
148 149 $(out_dir)/tests/tests: EXTRA_CXXFLAGS += -Wno-error=parentheses -Itests/ $(out_dir)/tests/tests: EXTRA_CXXFLAGS += -Wno-error=parentheses -Itests/
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