No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
7baee0a
... +0 ...
2ef76ec
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
215 | 215 | catDigits = catDigits, contDigits = contDigits, pDigits = pDigits, minMax = minMax) |
|
216 | 216 | rownames(ptb1) <- gsub("(mean (SD))", "", rownames(ptb1), fixed=T) |
|
217 | 217 | if (showpm){ |
|
218 | - | ptb1[!grepl("(%)", rownames(ptb1)), ] <- gsub("\\(", "\u00B1 ", ptb1[!grepl("(%)", rownames(ptb1)), ] ) |
|
219 | - | ptb1[!grepl("(%)", rownames(ptb1)), ] <- gsub("\\)", "", ptb1[!grepl("(%)", rownames(ptb1)), ] ) |
|
218 | + | ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] <- gsub("\\(", "\u00B1 ", ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] ) |
|
219 | + | ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] <- gsub("\\)", "", ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] ) |
|
220 | 220 | } |
|
221 | 221 | cap.tb1 <- "Total" |
|
222 | 222 | #if (Labels & !is.null(labeldata)){ |
177 | 177 | rownames(ptb1) <- gsub("(mean (SD))", "", rownames(ptb1), fixed=T) |
|
178 | 178 | ||
179 | 179 | if (showpm){ |
|
180 | - | ptb1[!grepl("(%)", rownames(ptb1)), ] <- gsub("\\(", "\u00B1 ", ptb1[!grepl("(%)", rownames(ptb1)), ] ) |
|
181 | - | ptb1[!grepl("(%)", rownames(ptb1)), ] <- gsub("\\)", "", ptb1[!grepl("(%)", rownames(ptb1)), ] ) |
|
180 | + | ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] <- gsub("\\(", "\u00B1 ", ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] ) |
|
181 | + | ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] <- gsub("\\)", "", ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] ) |
|
182 | 182 | } |
|
183 | 183 | ||
184 | 184 | cap.tb1 <- "Total - weighted data" |
Files | Coverage |
---|---|
Project Totals (12 files) | 85.87% |
2ef76ec
7baee0a