From a7c0bffc5c7d2b9e78632e236ae9db331e3690e3 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 16 Sep 2022 09:37:45 +0200 Subject: [PATCH] Doc: Use "Coco" as product name and link to Coco Manual at doc.qt.io Instead of "Squish Coco" and linking to the manual at doc.froglogig.com. Change-Id: Ibac31680b38aec093f40f06ed22cd5f518839cd7 Reviewed-by: Harri Porten Reviewed-by: Reviewed-by: David Schulz --- doc/qtcreator/src/analyze/creator-analyze.qdoc | 2 +- doc/qtcreator/src/analyze/creator-coco.qdoc | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/qtcreator/src/analyze/creator-analyze.qdoc b/doc/qtcreator/src/analyze/creator-analyze.qdoc index 77a7fd0aa22..ab4f5ece92d 100644 --- a/doc/qtcreator/src/analyze/creator-analyze.qdoc +++ b/doc/qtcreator/src/analyze/creator-analyze.qdoc @@ -60,7 +60,7 @@ identifying potential bottlenecks, especially in the evaluation of bindings. - \li \l{Checking Code Coverage}{Squish Coco} + \li \l{Checking Code Coverage}{Coco} Analyze the way an application runs as part of a test suite, for example, and use the results to make the tests more efficient and diff --git a/doc/qtcreator/src/analyze/creator-coco.qdoc b/doc/qtcreator/src/analyze/creator-coco.qdoc index 4f74832e4b4..d47804922c4 100644 --- a/doc/qtcreator/src/analyze/creator-coco.qdoc +++ b/doc/qtcreator/src/analyze/creator-coco.qdoc @@ -30,11 +30,10 @@ \title Checking Code Coverage - \l{https://doc.froglogic.com/squish-coco/latest/}{Squish Coco} is a complete - code coverage tool chain for Tcl, QML, C# and C/C++ programs that runs on - \macOS, Linux, and Windows. + \l{https://doc.qt.io/coco/}{Coco} is a complete code coverage tool chain for + Tcl, QML, C# and C/C++ programs that runs on \macOS, Linux, and Windows. - Squish Coco analyzes the way an application runs, as part of a test suite, + Coco analyzes the way an application runs, as part of a test suite, for example. The results enable you to make the tests more efficient and complete. @@ -42,7 +41,7 @@ \list \li Find untested code sections. - \li Find redundant tests which can then be eliminated. Squish Coco can + \li Find redundant tests which can then be eliminated. Coco can identify portions of the source code that are covered by a test. It can detect whether a new test covers lines in the source code that the existing tests do not cover. @@ -60,10 +59,10 @@ The experimental Coco plugin integrates Coco CoverageBrowser into \QC. It enables you to analyze the test coverage by loading an instrumentation database (a .csmes file) that was generated by Coco CoverageScanner. - It is currently supported only on Windows, with Squish Coco version 6.0, + It is currently supported only on Windows, with Coco version 6.0, or later. - To use the plugin, you must download and install Squish Coco. + To use the plugin, you must download and install Coco. \section1 Enabling the Coco Plugin