From 12e8644982b907f227651ee30cd424954debc2b1 Mon Sep 17 00:00:00 2001 From: "Georg GH. Hopp" Date: Fri, 25 Mar 2016 15:37:35 +0100 Subject: [PATCH] Add coverage and download links to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 23797e1..958df48 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ provides a system to create basic classes and interfaces in ANSI C, some common macro definitions (always useful) and an optimized memory management system. +See the latest coverage report [here](http://ci-build.weird-web-workers.org/trbase/coverage_latest/). +You can download a version [here](http://ci-build.weird-web-workers.org/trbase/artifacts/). + ### The class system ### The class system is not what you know from "real" object oriented languages.