From d72e0258213e87b6ed14234dba7e6708587f7198 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Thu, 21 Feb 2019 08:47:47 +0100 Subject: [PATCH] Info about codecov code coverage report --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5d57a8d..bdb9eea 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,8 @@ The script named `check-bashscripts.sh` can be used to check all BASH scripts (i Please see [the following link](https://github.com/koalaman/shellcheck) for further explanation, how the ShellCheck works and which issues can be detected. +#### Code coverage report + +Code coverage is reported via the codecov.io. The results can be seen on the following address: + +[code coverage report](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-auth)