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

Fix windows times new roman font name. passes winbuilder forme #303

Closed gmbecker closed 2 months ago

gmbecker commented 2 months ago

closes #302 @shajoezhu @edelarua @gmbecker @Melkiades

github-actions[bot] commented 2 months ago

Unit Tests Summary

  1 files    8 suites   16s :stopwatch:  51 tests  51 :white_check_mark: 0 :zzz: 0 :x: 361 runs  361 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 40480cd6.

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

github-actions[bot] commented 2 months ago

badge

Code Coverage Summary

Filename             Stmts    Miss  Cover    Missing
-----------------  -------  ------  -------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
R/format_value.R       195      12  93.85%   88, 105-112, 187, 296, 396, 407, 415
R/generics.R           125      12  90.40%   142, 280-284, 486, 498, 529, 559, 667, 680, 701-708
R/labels.R              55       7  87.27%   51, 57, 66, 107, 133, 142, 146
R/matrix_form.R        683      40  94.14%   121, 492-493, 585, 595-598, 616, 647, 737-738, 752-757, 787-790, 850-851, 939-940, 967, 995, 1047, 1209, 1245, 1248-1252, 1302, 1350, 1353, 1357
R/mpf_exporters.R      277      20  92.78%   2, 100-102, 147, 183, 227, 230, 235, 414-420, 424, 427, 431, 479, 557
R/page_size.R           42       1  97.62%   219
R/pagination.R         759      52  93.15%   327-330, 435-450, 540, 593, 598, 639, 677-688, 764, 876-877, 899-908, 1046, 1097-1098, 1249, 1286-1290, 1306, 1313, 1395, 1530-1531, 1547-1548, 1562-1563
R/tostring.R           783      66  91.57%   88, 296, 351, 421, 454, 462, 498, 555-558, 594, 658-661, 667-671, 674-677, 684-689, 772-773, 913-914, 979-986, 1036-1040, 1109, 1162, 1181-1185, 1196, 1214, 1231, 1246, 1344, 1385, 1430, 1516, 1555, 1609, 1616
R/utils.R                3       0  100.00%
R/zzz.R                 17       6  64.71%   28-33
TOTAL                 2939     216  92.65%

Diff against main

Filename         Stmts    Miss  Cover
-------------  -------  ------  -------
R/page_size.R       -3      -1  +2.06%
TOTAL               -3      -1  +0.03%

Results for commit: 40480cd6abc0733f38792d67d242fc4feddb95be

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

shajoezhu commented 2 months ago

Brilliant! Thanks a lot @gmbecker https://win-builder.r-project.org/cri9O182OZ7P/00check.log

all checked out