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 combining duplicate ref footnotes #225

Closed edelarua closed 9 months ago

edelarua commented 10 months ago

Part of https://github.com/insightsengineering/rtables/issues/779

github-actions[bot] commented 10 months ago

Unit Tests Summary

    1 files      4 suites   7s :stopwatch:   34 tests   34 :heavy_check_mark: 0 :zzz: 0 :x: 231 runs  231 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 961f4ed8.

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

github-actions[bot] commented 10 months ago

badge

Code Coverage Summary

Filename             Stmts    Miss  Cover    Missing
-----------------  -------  ------  -------  ------------------------------------------------------------------------------------------------------------
R/format_value.R       193      13  93.26%   90, 106-113, 193, 212, 283, 405, 416, 424
R/generics.R            95       4  95.79%   454, 466, 499, 528
R/labels.R              55       7  87.27%   49, 55, 64, 105, 133, 142, 146
R/matrix_form.R        467      31  93.36%   415-416, 511, 524-527, 546, 578, 672-673, 688-693, 723-726, 759-760, 792-793, 825, 897, 948, 999, 1002, 1006
R/mpf_exporters.R      142      14  90.14%   2, 83-85, 183, 223, 228, 411, 414, 420-423, 461
R/page_size.R           45       1  97.78%   171
R/pagination.R         560      29  94.82%   437, 509, 630-631, 636, 699-700, 721-731, 1035, 1042, 1070-1077, 1223-1224, 1236-1237, 1251-1252
R/tostring.R           546      31  94.32%   82, 134, 203, 237, 245, 281, 338-341, 432-436, 443-448, 623-624, 838, 853, 948, 1001, 1042, 1087, 1142, 1149
R/utils.R                3       0  100.00%
TOTAL                 2106     130  93.83%

Diff against main

Filename           Stmts    Miss  Cover
---------------  -------  ------  -------
R/matrix_form.R       -3       0  -0.04%
R/tostring.R         +13       0  +0.14%
TOTAL                +10       0  +0.03%

Results for commit: 961f4ed86d88fe2eeda03b3434726d57171529c8

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 10 months ago

Unit Test Performance Difference

Test Suite $Status$ Time on main $±Time$ $±Tests$ $±Skipped$ $±Failures$ $±Errors$
pagination 💚 $5.09$ $-1.24$ $0$ $0$ $0$ $0$
Additional test case details | Test Suite | $Status$ | Time on `main` | $±Time$ | Test Case | |:-----|:----:|:----:|:----:|:-----| | formatters | 👶 | | $+0.01$ | reorder_ref_fnotes_orders_referential_footnotes_correctly | | pagination | 💚 | $4.94$ | $-1.21$ | pagination_works |

Results for commit 3fbaf95f9772ee79faecef6c952797ba28266085

♻️ This comment has been updated with latest results.