From d9295a14cd940022a78c839e580873fc88393ea2 Mon Sep 17 00:00:00 2001 From: Weiwen Wang Date: Tue, 6 Dec 2022 18:26:40 +0800 Subject: [PATCH] Update README.md Add the coding quality assessment. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc3248c..5180248 100644 --- a/README.md +++ b/README.md @@ -112,3 +112,5 @@ For additional documentation, see: - The progress bar functionality in progress.h and progess.cpp was originally developed for IQTree2 See: https://github.com/iqtree/iqtree2. +

Coding quality

+The coding quality of decenttree has been assessed by SoftWipe (https://github.com/adrianzap/softwipe). The overall score is 5.7, which is higher than the average score in the benchmark in SoftWipe paper.