[pygobject] coverage: add badge, fixup links



commit 393207cdb04939d4d775d69e15f84de678cc6a4a
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sat Apr 7 19:25:07 2018 +0200

    coverage: add badge, fixup links

 .gitlab-ci/coverage-docker.sh | 4 ++--
 README.rst                    | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci/coverage-docker.sh b/.gitlab-ci/coverage-docker.sh
index e36573df..2a51d036 100755
--- a/.gitlab-ci/coverage-docker.sh
+++ b/.gitlab-ci/coverage-docker.sh
@@ -29,8 +29,8 @@ cat >index.html <<EOL
 <html>
 <body>
 <ul>
-<li><a href="report-python/index.html">C Coverage</a></li>
-<li><a href="report-c/index.html">Python Coverage</a></li>
+<li><a href="report-c/index.html">C Coverage</a></li>
+<li><a href="report-python/index.html">Python Coverage</a></li>
 </ul>
 </body>
 </html>
diff --git a/README.rst b/README.rst
index c163301e..f2fc2378 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,6 @@
+.. image:: https://gitlab.gnome.org/GNOME/pygobject/badges/master/coverage.svg
+    :target: https://gnome.pages.gitlab.gnome.org/pygobject
+
 .. image:: https://pygobject.readthedocs.io/en/latest/_images/pygobject.svg
    :align: center
    :width: 400px


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]