From 73b50c32fc58ae812a53e001e7a1553669339566 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sat, 3 Mar 2018 20:32:02 +0100 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25a970cc9..5604beea3 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ These are the main features of Digital: - SVG export of circuits, including a LaTeX/Inkscape compatible SVG version (see [ctan](https://www.ctan.org/tex-archive/info/svg-inkscape)) - No legacy code. -- Good test coverage (exclusive of GUI classes about 80%). +- Good test coverage (about 80%). Almost all examples contain test cases which ensure that they work correctly. ## Documentation ## @@ -208,6 +208,6 @@ If you want to build Digital from the source code: * A discussion should avoid duplicate or unnecessary work. * Before you send a pull request, make sure that at least `mvn install` runs without errors. * Don't introduce new findbugs issues. -* Try to keep the test coverage high. The target is 80% test coverage at all non GUI components. +* Try to keep the test coverage high. The target is a minimum of 80% test coverage. * So far, there are only a few GUI tests, so that the overall test coverage is only slightly below 80%. Try to keep the amount of untested GUI code low.