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 pkgdown redirect #256

Closed vedhav closed 6 months ago

vedhav commented 6 months ago

Part of https://github.com/insightsengineering/coredev-tasks/issues/506

github-actions[bot] commented 6 months ago

badge

Code Coverage Summary

Filename             Stmts    Miss  Cover    Missing
-----------------  -------  ------  -------  ----------------------------------------------------------------------------------------------------------------------------------------------------
R/format_value.R       194      13  93.30%   88, 104-111, 191, 281, 304, 404, 415, 423
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        502      52  89.64%   103, 455-456, 544, 557-560, 579, 611, 705-706, 721-726, 756-759, 792-793, 825-826, 858, 930, 950-976, 1018, 1069, 1072, 1076
R/mpf_exporters.R      236     102  56.78%   2, 83-85, 193, 233, 238, 421, 424, 430-433, 471-654
R/page_size.R           45       1  97.78%   174
R/pagination.R         610      53  91.31%   250, 302-305, 407-420, 506, 582, 766-767, 788-798, 996-1012, 1078, 1132, 1139, 1166, 1191, 1323-1324, 1336-1337, 1351-1352
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, 1009, 1061, 1102, 1147, 1202, 1209
R/utils.R                3       0  100.00%
TOTAL                 2350     290  87.66%

Diff against main

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

Results for commit: c68d0dd7c62a0a6d35d9893762adbb32292cba9f

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 6 months ago

Unit Tests Summary

  1 files    4 suites   7s :stopwatch:  37 tests  37 :white_check_mark: 0 :zzz: 0 :x: 251 runs  251 :white_check_mark: 0 :zzz: 0 :x:

Results for commit c68d0dd7.