beardedeagle / mnesiac

Mnesia autoclustering made easy!
MIT License
130 stars 21 forks source link

config fix #16

Closed beardedeagle closed 5 years ago

beardedeagle commented 5 years ago

Fixes/Addresses

Change proposed in this pull request

Inspect store_options() for record_name. This key is, in most cases, set to the same value as the table name. Here, if record_name is set in store_options(), we will assume the table name should be the same.

Check list

Additional info

codecov[bot] commented 5 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   87.67%   87.67%           
=======================================
  Files           3        3           
  Lines          73       73           
=======================================
  Hits           64       64           
  Misses          9        9

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 91eceae...7270f33. Read the comment docs.