rstudio / sortable

R htmlwidget for Sortable.js
https://rstudio.github.io/sortable/
Other
130 stars 30 forks source link

Remove parsons() #24 #25

Closed andrie closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #25 into master will decrease coverage by 1.6%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   95.17%   93.56%   -1.61%     
==========================================
  Files          11        9       -2     
  Lines         290      202      -88     
==========================================
- Hits          276      189      -87     
+ Misses         14       13       -1
Impacted Files Coverage Δ
R/methods.R 66.66% <ø> (ø) :arrow_up:
R/assertions.R 50% <ø> (-16.67%) :arrow_down:
R/css.R 100% <ø> (ø) :arrow_up:
R/incrementor.R 40% <ø> (ø) :arrow_up:
R/sortable_options.R 100% <100%> (ø) :arrow_up:
R/rank_list.R 100% <100%> (ø) :arrow_up:
R/bucket_list.R 100% <100%> (ø) :arrow_up:
R/sortable_js.R 77.77% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fd3345a...b6c5d4e. Read the comment docs.

andrie commented 5 years ago

Renamed is.sortable_options() to is_sortable_options(), as requested by @schloerke.