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

Add <meta> tag to pages telling robots to leave
There is nothing useful for indexing. This is in addition to robots.txt
file.
Author: xaizek
Author date (UTC): 2026-07-20 16:40
Committer name: xaizek
Committer date (UTC): 2026-07-20 16:40
Parent(s): a1d649171082f5fa3e040c537ad10e3cad5d8e69
Signing key: 99DC5E4DB05F6BE2
Tree: aca2eab6c6eddab43b6cbedb77d2af6692f9bc65
File Lines added Lines deleted
web/header.ecpp 2 0
File web/header.ecpp changed (mode: 100644) (index 68fcad5..10762ff)
2 2 static_cast<void>(request); static_cast<void>(request);
3 3 </%cpp> </%cpp>
4 4
5 <meta name="robots" content="noindex, nofollow"/>
6
5 7 <link rel="stylesheet" type="text/css" href="/style.css"> <link rel="stylesheet" type="text/css" href="/style.css">
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