No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
acb8593
... +3 ...
bb454da
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
118 | 118 | args_pkg <- names(fn_fmls(pkg_obj)) |
|
119 | 119 | if (identical(args_pkg, "...")) |
|
120 | 120 | return(TRUE) |
|
121 | + | ||
122 | + | if (is.primitive(base_obj)){ |
|
123 | + | return(FALSE) |
|
124 | + | } |
|
125 | + | ||
121 | 126 | args_base <- names(fn_fmls(base_obj)) |
|
122 | 127 | ||
123 | 128 | # To be a superset, all base arguments must be included in the pkg funtion |
Learn more Showing 1 files with coverage changes found.
R/find.R
Files | Coverage |
---|---|
R | +2.40% 69.92% |
Project Totals (8 files) | 69.92% |
#59
bb454da
1e8560c
6a2d971
720af03
acb8593