insightsengineering / teal.logger

Logging setup for the teal family of packages
https://insightsengineering.github.io/teal.logger/
Other
4 stars 2 forks source link

Fixed Failed Pipeline #89

Closed donyunardi closed 2 months ago

donyunardi commented 2 months ago

Fixes #88

R CMD Check is good for both main and released version of logger.

image

image

github-actions[bot] commented 2 months ago

✅ All contributors have signed the CLA
Posted by the CLA Assistant Lite bot.

donyunardi commented 2 months ago

I have read the CLA Document and I hereby sign the CLA

github-actions[bot] commented 2 months ago

badge

Code Coverage Summary

Filename                       Stmts    Miss  Cover    Missing
---------------------------  -------  ------  -------  ---------
R/log_shiny_input_changes.R       24      24  0.00%    41-69
R/register_handlers.R             39       0  100.00%
R/register_logger.R               56       1  98.21%   115
R/supress_logs.R                  13      13  0.00%    17-29
R/utils.R                         20       0  100.00%
TOTAL                            152      38  75.00%

Diff against main

Filename            Stmts    Miss  Cover
----------------  -------  ------  --------
R/supress_logs.R       +8      +8  +100.00%
TOTAL                  +8      +8  -4.17%

Results for commit: 3fac3a5909af2e6e28f4d75f5849dd2c96f5283a

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 2 months ago

Unit Tests Summary

 1 files   3 suites   0s :stopwatch: 25 tests 25 :white_check_mark: 0 :zzz: 0 :x: 37 runs  37 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 3fac3a59.

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

donyunardi commented 2 months ago

All Scheduled workflow passed: https://github.com/insightsengineering/teal.logger/actions/runs/10567684617

image