elliotchance / gedcom

👪 A Go library and CLI tools for encoding, decoding, traversing, merging, comparing, querying and publishing GEDCOM files.
MIT License
96 stars 21 forks source link

Publish: Fix missing additional names #294

Closed elliotchance closed 4 years ago

elliotchance commented 4 years ago

Names would not show as additional names if they were "Normal" names (ie. not married name, etc). Now it shows all names excluding the first name.

Fixes #275


This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

Merging #294 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #294   +/-   ##
=======================================
  Coverage   71.56%   71.56%           
=======================================
  Files         201      201           
  Lines        6094     6094           
=======================================
  Hits         4361     4361           
  Misses       1610     1610           
  Partials      123      123
Impacted Files Coverage Δ
html/individual_additional_names.go 0% <0%> (ø) :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 b61fa05...8e4420d. Read the comment docs.