C++: Update summary metrics query format.

This commit is contained in:
Cornelius Riemenschneider
2021-03-10 11:15:55 +00:00
committed by GitHub
parent 863497c695
commit 16a3dfa30a
5 changed files with 10 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
/**
* @id cpp/summary/files
* @name Total source files
* @description The total number of source files.
* @kind metric
* @id cpp/summary/files
* @tags summary
*/
import cpp

View File

@@ -1,8 +1,9 @@
/**
* @id cpp/summary/lines
* @name Total lines of text
* @description The total number of lines of text across all source files.
* @kind metric
* @id cpp/summary/lines
* @tags summary
*/
import cpp

View File

@@ -1,8 +1,9 @@
/**
* @id cpp/summary/lines-of-code
* @name Total lines of code
* @description The total number of lines of code across all source files.
* @kind metric
* @id cpp/summary/lines-of-code
* @tags summary
*/
import cpp

View File

@@ -1,8 +1,9 @@
/**
* @id cpp/summary/lines-of-code-per-file
* @name Lines of code per source file
* @description The number of lines of code for each source file.
* @kind metric
* @id cpp/summary/lines-of-code-per-file
* @tags summary
*/
import cpp

View File

@@ -1,8 +1,9 @@
/**
* @id cpp/summary/lines-per-file
* @name Lines of text per source file
* @description The number of lines of text for each source file.
* @kind metric
* @id cpp/summary/lines-per-file
* @tags summary
*/
import cpp