ropensci / spelling

Tools for Spell Checking in R
https://docs.ropensci.org/spelling
Other
107 stars 25 forks source link

Bugfix in spell_check_files() #13

Closed jrnold closed 5 years ago

jrnold commented 6 years ago

Words were not matched to the correct file in the internal summarize_words() function due to different orders of the input lists.

codecov-io commented 6 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.58%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage    45.2%   45.78%   +0.58%     
==========================================
  Files           6        6              
  Lines         250      249       -1     
==========================================
+ Hits          113      114       +1     
+ Misses        137      135       -2
Impacted Files Coverage Δ
R/check-files.R 58.92% <100%> (ø) :arrow_up:
R/remove-chunks.R 86.95% <0%> (+0.59%) :arrow_up:
R/spell-check.R 35.34% <0%> (+0.59%) :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 38e0782...16dec7c. Read the comment docs.