elliotchance / gedcom

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

Added "-no-duplicate-names" #299

Closed elliotchance closed 4 years ago

elliotchance commented 4 years ago

Also provides RemoveDuplicateNamesFilter filter function, and fixes a bug with returning children from a filter function being mistakenly truncated.


This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

Merging #299 into master will increase coverage by 0.44%. The diff coverage is 90.47%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #299      +/-   ##
========================================
+ Coverage   71.56%    72%   +0.44%     
========================================
  Files         201    201              
  Lines        6094   6115      +21     
========================================
+ Hits         4361   4403      +42     
+ Misses       1610   1584      -26     
- Partials      123    128       +5
Impacted Files Coverage Δ
filter_flags.go 36.76% <66.66%> (+36.76%) :arrow_up:
filter.go 95.6% <94.44%> (-0.29%) :arrow_down:

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 33ed4b9...af683ed. Read the comment docs.