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
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
774 | 774 | * printing the next field. |
|
775 | 775 | */ |
|
776 | 776 | size_t writeFieldValue(OutputRange!char outputStream, size_t currPosition, |
|
777 | - | const char[] fieldValue, in ref TsvPrettyOptions options) |
|
777 | + | const char[] fieldValue, const ref TsvPrettyOptions options) |
|
778 | 778 | in |
|
779 | 779 | { |
|
780 | 780 | assert(currPosition >= _startPosition); // Caller resposible for advancing to field start position. |
Files | Coverage |
---|---|
common/src/tsv_utils/common | 99.66% |
csv2tsv/src/tsv_utils/csv2tsv.d | 100.00% |
keep-header/src/tsv_utils/keep-header.d | 100.00% |
number-lines/src/tsv_utils/number-lines.d | 100.00% |
tsv-append/src/tsv_utils/tsv-append.d | 97.96% |
tsv-filter/src/tsv_utils/tsv-filter.d | 100.00% |
tsv-join/src/tsv_utils/tsv-join.d | 100.00% |
tsv-pretty/src/tsv_utils/tsv-pretty.d | 99.33% |
tsv-sample/src/tsv_utils/tsv-sample.d | 99.46% |
tsv-select/src/tsv_utils/tsv-select.d | 100.00% |
tsv-split/src/tsv_utils/tsv-split.d | 98.50% |
tsv-summarize/src/tsv_utils/tsv-summarize.d | 98.34% |
tsv-uniq/src/tsv_utils/tsv-uniq.d | 100.00% |
Project Totals (18 files) | 99.37% |
#306
2704d30
b04ab28