ropensci / gendercoder

Creating R package to code free text gender responses
https://docs.ropensci.org/gendercoder/
Other
46 stars 12 forks source link

Fix for issue #26 #35

Closed Lingtax closed 3 years ago

Lingtax commented 3 years ago

The purrr/tolower at line 60 only applied to values, not to "names".

Please stress test, @ekothe

codecov-io commented 3 years ago

Codecov Report

Merging #35 (576031a) into master (6e055ad) will increase coverage by 0.36%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   93.75%   94.11%   +0.36%     
==========================================
  Files           1        1              
  Lines          16       17       +1     
==========================================
+ Hits           15       16       +1     
  Misses          1        1              
Impacted Files Coverage Δ
R/recode_gender.R 94.11% <100.00%> (+0.36%) :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 6e055ad...576031a. Read the comment docs.