Coco: long live the cocoplugin

Change-Id: I1d21c67233d302a0689c4689bf9c2f349387ba1c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2022-04-01 07:35:08 +02:00
parent 56b5e1f4de
commit b50eb35a17
13 changed files with 570 additions and 2 deletions

View File

@@ -117,6 +117,17 @@ enum TextStyle : quint8 {
C_OUTPUT_ARGUMENT,
C_STATIC_MEMBER,
C_COCO_CODE_ADDED,
C_COCO_PARTIALLY_COVERED,
C_COCO_NOT_COVERED,
C_COCO_FULLY_COVERED,
C_COCO_MANUALLY_VALIDATED,
C_COCO_DEAD_CODE,
C_COCO_EXECUTION_COUNT_TOO_LOW,
C_COCO_NOT_COVERED_INFO,
C_COCO_COVERED_INFO,
C_COCO_MANUALLY_VALIDATED_INFO,
C_LAST_STYLE_SENTINEL
};