Commit 12e8644982b907f227651ee30cd424954debc2b1

Authored by Georg GH. Hopp
1 parent 85bd09c2

Add coverage and download links to README.md

Showing 1 changed file with 3 additions and 0 deletions
... ... @@ -7,6 +7,9 @@ provides a system to create basic classes and interfaces in
7 7 ANSI C, some common macro definitions (always useful) and an optimized
8 8 memory management system.
9 9
  10 +See the latest coverage report [here](http://ci-build.weird-web-workers.org/trbase/coverage_latest/).
  11 +You can download a version [here](http://ci-build.weird-web-workers.org/trbase/artifacts/).
  12 +
10 13 ### The class system ###
11 14
12 15 The class system is not what you know from "real" object oriented languages.
... ...
Please register or login to post a comment