insightsengineering / formatters

A framework for creating listings of raw data that include specialized formatting, headers, footers, referential footnotes, and pagination.
https://insightsengineering.github.io/formatters/
Other
15 stars 6 forks source link

Support for newlines #214

Closed Melkiades closed 11 months ago

Melkiades commented 11 months ago

Fixes #208

github-actions[bot] commented 11 months ago

Unit Tests Summary

    1 files      4 suites   9s :stopwatch:   33 tests   33 :heavy_check_mark: 0 :zzz: 0 :x: 227 runs  227 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit e3226702.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 11 months ago

badge

Code Coverage Summary

Filename             Stmts    Miss  Cover    Missing
-----------------  -------  ------  -------  ----------------------------------------------------------------------------------------------------------
R/format_value.R       197      14  92.89%   94, 110-117, 197, 216, 287, 409, 420, 428
R/generics.R            98       4  95.92%   455, 467, 500, 529
R/labels.R              55       7  87.27%   53, 59, 68, 109, 137, 146, 150
R/matrix_form.R        427      27  93.68%   366-367, 462, 474-475, 494, 525, 614-615, 630-635, 662-663, 695-696, 728-729, 761, 847, 895, 947, 949, 952
R/mpf_exporters.R      124      12  90.32%   2, 84-86, 180, 220, 225, 408, 410, 415-416, 442
R/page_size.R           45       1  97.78%   169
R/pagination.R         479      22  95.41%   400, 472, 592-593, 598, 652-653, 671-679, 965, 972, 996-998, 1131-1132, 1144-1145, 1157-1158
R/tostring.R           499      25  94.99%   83, 135, 202, 236, 244-245, 280, 333-334, 423-425, 432-435, 604-605, 791, 886, 939, 980, 1025, 1080, 1087
R/utils.R                3       0  100.00%
TOTAL                 1927     112  94.19%

Diff against main

Filename           Stmts    Miss  Cover
---------------  -------  ------  -------
R/matrix_form.R      +11       0  +0.17%
R/tostring.R          +6       0  +0.06%
TOTAL                +17       0  +0.05%

Results for commit: e32267021134a7e78d4cffe9faec16711f305895

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results