From 4464b5b2c818c8aa9e9503f98a5eaeee2172b4e2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Oct 2023 05:12:54 +0200 Subject: [PATCH] Update inspections.md Signed-off-by: Dennis Eichhorn --- quality/inspections.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quality/inspections.md b/quality/inspections.md index e10d2c8..17656fa 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -15,12 +15,14 @@ The following automated tests must pass without errors, failures and warnings fo * `./cOMS/tests/test.sh` * see [other checks](#other-checks) below -Alternatively you can simply run the helper script in the Build repository, which executes all the above mentioned checks: +Alternatively you can simply run the helper script in the Build repository, which executes a few the above mentioned checks: ```sh ./Build/Helper/inspectproject.sh ``` +An overview of all tests and statistics can be found at https://dev.jingga.app. + > Manual tests and inspections may reveal further issues during the review process requiring additional code changes ## How and what to test?