Closed jamesmbaazam closed 1 year ago
Merging #121 (9bc77dd) into main (ee3ece3) will increase coverage by
1.63%
. The diff coverage isn/a
.:exclamation: Current head 9bc77dd differs from pull request most recent head e680e79. Consider uploading reports for the commit e680e79 to get more accurate results
@@ Coverage Diff @@
## main #121 +/- ##
==========================================
+ Coverage 96.25% 97.88% +1.63%
==========================================
Files 5 5
Lines 240 236 -4
==========================================
Hits 231 231
+ Misses 9 5 -4
Impacted Files | Coverage Δ | |
---|---|---|
R/utils.r | 71.42% <ø> (+25.97%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This PR addresses comments raised in #79.
find_function_name()
inutils.R
is not used anywhere in the package and is therefore going to be removed through this PR, which closes #115.