Closed radbasa closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.26%. Comparing base (
0ff3c44
) to head (311de91
). Report is 18 commits behind head on main.:exclamation: Current head 311de91 differs from pull request most recent head 1172732. Consider uploading reports for the commit 1172732 to get more accurate results
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@jakubnowicki I added
box::use(
path/to/module1,
path/to/module2[a, b, c],
path/to/module3[...]
)
to the test cases where it makes sense. All tests just worked as expected. When you have time, please take a look. It was a surprise for me.
Changes
Packages
box::use(shiny[no_func])
box::use(package[function])
box::use(package)
box::use(package[...])
Local functions
Box modules
TODO
Packages
Local functions
setMethod()
attachment~ Will not do.box
andS4
do not play well together.Box modules
How to test