Closed kartikeyakirar closed 6 months ago
CLA Assistant Lite bot ✅ All contributors have signed the CLA
I have read the CLA Document and I hereby sign the CLA
1 files 18 suites 10s :stopwatch: 192 tests 192 :white_check_mark: 0 :zzz: 0 :x: 332 runs 332 :white_check_mark: 0 :zzz: 0 :x:
Results for commit 910a24b9.
1 files 18 suites 36s :stopwatch: 189 tests 189 :white_check_mark: 0 :zzz: 0 :x: 329 runs 329 :white_check_mark: 0 :zzz: 0 :x:
Results for commit 26b13dec.
:recycle: This comment has been updated with latest results.
Filename Stmts Miss Cover Missing
---------------------- ------- ------ ------- -----------------------------------------------------------------------------------------------------
R/AddCardModule.R 146 2 98.63% 170, 207
R/ContentBlock.R 18 2 88.89% 57-63
R/DownloadModule.R 238 67 71.85% 98-104, 152, 183-188, 197-202, 205-210, 219-224, 227-232, 240-245, 248-253, 260-265, 268-273, 312-316
R/FileBlock.R 13 0 100.00%
R/LoadReporterModule.R 103 19 81.55% 100-105, 108-113, 119-124, 136
R/NewpageBlock.R 2 0 100.00%
R/PictureBlock.R 30 2 93.33% 20, 118
R/Previewer.R 372 95 74.46% 96-98, 101-102, 184-213, 217-219, 222, 289, 304, 306-309, 312, 315-323, 437-481
R/RcodeBlock.R 15 0 100.00%
R/Renderer.R 113 37 67.26% 97-112, 216, 224, 233, 235-256
R/ReportCard.R 84 3 96.43% 239, 244, 269
R/Reporter.R 107 6 94.39% 273-278
R/ResetModule.R 53 0 100.00%
R/SimpleReporter.R 32 0 100.00%
R/TableBlock.R 9 0 100.00%
R/TextBlock.R 13 0 100.00%
R/utils.R 126 86 31.75% 7, 38-97, 99, 102-109, 137, 161-169, 206-215
R/yaml_utils.R 81 2 97.53% 78, 289
R/zzz.R 14 10 28.57% 2-13, 19
TOTAL 1569 331 78.90%
Filename Stmts Miss Cover
---------- ------- ------ --------
TOTAL 0 0 +100.00%
Results for commit: 26b13decbaf14d78939355353a8ae49e816866ca
Minimum allowed coverage is 80%
:recycle: This comment has been updated with latest results
Test Suite | $Status$ | Time on main |
$±Time$ | $±Tests$ | $±Skipped$ | $±Failures$ | $±Errors$ |
---|---|---|---|---|---|---|---|
Renderer | 💚 | $3.37$ | $-2.45$ | $0$ | $0$ | $0$ | $0$ |
ReportCard | 💚 | $5.04$ | $-3.86$ | $0$ | $0$ | $0$ | $0$ |
Reporter | 💚 | $3.60$ | $-1.95$ | $0$ | $0$ | $0$ | $0$ |
TableBlock | 💚 | $14.37$ | $-12.93$ | $0$ | $0$ | $0$ | $0$ |
utils | 💚 | $4.58$ | $-4.03$ | $+3$ | $0$ | $0$ | $0$ |
Results for commit c0b74ec214951e6e60eb10858dbd249de35b8ff7
♻️ This comment has been updated with latest results.
This is a very good resource for a learning. It would be great to link it somewhere in the roxygen docs of the described classes. I'm just concerned that this would not be ever looked into without such refs.
It would be great to link it somewhere in the roxygen docs of the described classes. I'm just concerned that this would not be ever looked into without such refs.
I agree and have linked this to ReportCard since all the blocks are utilized within it. This seems like the most appropriate place, especially considering it's an exported class. here 26b13de
fixes https://github.com/insightsengineering/teal.reporter/issues/164
for reviewer