forked from qt-creator/qt-creator
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 <harri.porten@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
identifying potential bottlenecks, especially in the evaluation
|
identifying potential bottlenecks, especially in the evaluation
|
||||||
of bindings.
|
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
|
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
|
example, and use the results to make the tests more efficient and
|
||||||
|
@@ -30,11 +30,10 @@
|
|||||||
|
|
||||||
\title Checking Code Coverage
|
\title Checking Code Coverage
|
||||||
|
|
||||||
\l{https://doc.froglogic.com/squish-coco/latest/}{Squish Coco} is a complete
|
\l{https://doc.qt.io/coco/}{Coco} is a complete code coverage tool chain for
|
||||||
code coverage tool chain for Tcl, QML, C# and C/C++ programs that runs on
|
Tcl, QML, C# and C/C++ programs that runs on \macOS, Linux, and Windows.
|
||||||
\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
|
for example. The results enable you to make the tests more efficient and
|
||||||
complete.
|
complete.
|
||||||
|
|
||||||
@@ -42,7 +41,7 @@
|
|||||||
|
|
||||||
\list
|
\list
|
||||||
\li Find untested code sections.
|
\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
|
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
|
can detect whether a new test covers lines in the source code that
|
||||||
the existing tests do not cover.
|
the existing tests do not cover.
|
||||||
@@ -60,10 +59,10 @@
|
|||||||
The experimental Coco plugin integrates Coco CoverageBrowser into \QC.
|
The experimental Coco plugin integrates Coco CoverageBrowser into \QC.
|
||||||
It enables you to analyze the test coverage by loading an instrumentation
|
It enables you to analyze the test coverage by loading an instrumentation
|
||||||
database (a .csmes file) that was generated by Coco CoverageScanner.
|
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.
|
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
|
\section1 Enabling the Coco Plugin
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user