|
@@ -17,7 +17,6 @@ Code Quality:
|
|
|
|
|
|
[](https://www.codacy.com/app/open62541/open62541?utm_source=github.com&utm_medium=referral&utm_content=open62541/open62541&utm_campaign=Badge_Grade)
|
|
|
[](https://lgtm.com/projects/g/open62541/open62541/alerts)
|
|
|
-[](https://scan.coverity.com/projects/open62541-open62541)
|
|
|
[](https://coveralls.io/r/open62541/open62541?branch=master)
|
|
|
[](https://lgtm.com/projects/g/open62541/open62541/context:cpp)
|
|
|
|
|
@@ -72,7 +71,7 @@ We emphasize code quality. The following quality metrics are continuously checke
|
|
|
- Zero errors indicated by the Compliance Testing Tool (CTT) of the OPC Foundation for the supported features
|
|
|
- Zero compiler warnings from GCC/Clang/MSVC with very strict compilation flags
|
|
|
- Zero issues indicated by unit tests (more than 80% coverage)
|
|
|
-- Zero issues indicated by clang-analyzer, clang-tidy, cpp-check and the Coverity static code analysis tools
|
|
|
+- Zero issues indicated by clang-analyzer, clang-tidy, cpp-check and the Codacy static code analysis tools
|
|
|
- Zero unresolved issues from fuzzing the library in Google's oss-fuzz infrastructure
|
|
|
- Zero issues indicated by Valgrind (Linux), DrMemory (Windows) and Clang AddressSanitizer / MemorySanitizer for the CTT tests, unit tests and fuzzing
|
|
|
|