-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-pages.html
44 lines (44 loc) · 2.24 KB
/
.gitlab-pages.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<style>.container>ul>li { list-style-type: none; }</style>
</head>
<body class="has-background-light" style="min-height: 100vh;">
<section class="section">
<div class="container">
<h1 class="title has-text-dark">
<a href="https://gitlab.adullact.net/PLACEHOLDER_PROJECT_PATH">PLACEHOLDER_PROJECT_PATH</a>
</h1>
<h2>Rapports sur la qualité du code</h2>
<p style="margin-bottom: 1rem; font-style: italic; font-size: 0.8rem;">
Basé sur le commit : <a href="https://gitlab.adullact.net/PLACEHOLDER_PROJECT_PATH/tree/PLACEHOLDER_GIT_COMMIT_SHA" target="_blank">PLACEHOLDER_GIT_COMMIT_SHA</a>
</p>
<div class="tile is-ancestor has-text-grey-darker">
<div class="tile is-parent">
<article class="tile is-child box">
<p class="title"><a target="_blank" href="https://phpunit.de/manual/current/en/code-coverage-analysis.html">#</a>
PHPUnit</p>
<p class="subtitle"><a href="/PLACEHOLDER_PROJECT_NAME/coverage">Couverture de code des tests unitaires</a></p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
<p class="title"><a target="_blank" href="https://github.com/phpmetrics/PhpMetrics">#</a>
PhpMetrics</p>
<p class="subtitle"><a href="/PLACEHOLDER_PROJECT_NAME/phpmetrics">Analyse statique du code (maintenabilité, complexité)</a></p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
<p class="title"><a target="_blank" href="https://phpmd.org/">#</a>
PHPMD</p>
<p class="subtitle"><a href="/PLACEHOLDER_PROJECT_NAME/phpmd">Analyse statique du code (detection d'erreurs)</a></p>
</article>
</div>
</div>
</div>
</section>
</body>
</html>