Closed radbasa closed 3 months ago
Attention: Patch coverage is 41.17647%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 97.21%. Comparing base (
820e263
) to head (7e4a45c
).
Files | Patch % | Lines |
---|---|---|
R/namespaced_function_calls.R | 14.28% | 6 Missing :warning: |
R/style_box_use.R | 60.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #125
Description
namespace_function_calls()
checks iftreesitter
is installed. Does not load the linter if it is not installed.treesitter
is installed. Does not run if it is not installed.Definition of Done
R CMD check
, linter, unit tests, spelling)..Rd
files withroxygen2::roxygenise()
)