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

strict options in tests; few minor enhancements #253

Closed pawelru closed 8 months ago

pawelru commented 9 months ago

Please review the changes carefully and let me know if there is something you don't like.

github-actions[bot] commented 9 months ago

badge

Code Coverage Summary

Filename             Stmts    Miss  Cover    Missing
-----------------  -------  ------  -------  ----------------------------------------------------------------------------------------------------------------------------------------------------
R/format_value.R       194      12  93.81%   88, 104-111, 189, 301, 401, 412, 420
R/generics.R           105       7  93.33%   454, 466, 499, 528, 652-658
R/labels.R              55       7  87.27%   49, 55, 64, 105, 133, 142, 146
R/matrix_form.R        552      50  90.94%   103, 455-456, 544, 557-560, 579, 611, 705-706, 721-726, 756-759, 792-793, 825-826, 870, 1033, 1057-1079, 1121, 1172, 1175, 1179
R/mpf_exporters.R      236      19  91.95%   2, 83-85, 193, 233, 238, 421, 424, 430-433, 471, 542-545, 558
R/page_size.R           45       1  97.78%   172
R/pagination.R         610      49  91.97%   250, 302-305, 407-420, 582, 765-766, 787-797, 995-1011, 1131, 1138, 1321-1322, 1334-1335, 1349-1350
R/tostring.R           600      55  90.83%   29-34, 91, 143, 212, 246, 254, 290, 347-350, 443-447, 450-453, 460-465, 542, 681-682, 747-754, 811-815, 899, 914, 1008, 1060, 1101, 1146, 1201, 1208
R/utils.R                3       0  100.00%
TOTAL                 2400     200  91.67%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: adf62f73e24ff9fb2c2d3ed71908794b7edee229

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 9 months ago

Unit Tests Summary

  1 files    5 suites   8s :stopwatch:  41 tests  41 :white_check_mark: 0 :zzz: 0 :x: 280 runs  280 :white_check_mark: 0 :zzz: 0 :x:

Results for commit adf62f73.

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