aymericbouzy / french-ssn

🇫🇷 A parser / validator for French Social Security Number
8 stars 5 forks source link

feat: typescript #37

Closed aymericbouzy closed 2 years ago

aymericbouzy commented 2 years ago

Closes #23

codecov-commenter commented 2 years ago

Codecov Report

Merging #37 (42bcbd7) into master (82fdc6e) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        14    -3     
  Lines          157       199   +42     
  Branches        40        41    +1     
=========================================
+ Hits           157       199   +42     
Impacted Files Coverage Δ
src/Birth.ts 100.00% <100.00%> (ø)
src/checkControlKey.ts 100.00% <100.00%> (ø)
src/format.ts 100.00% <100.00%> (ø)
src/getControlKey.ts 100.00% <100.00%> (ø)
src/makeSSN.ts 100.00% <100.00%> (ø)
src/normalize.ts 100.00% <100.00%> (ø)
src/pad.ts 100.00% <100.00%> (ø)
src/parse.ts 100.00% <100.00%> (ø)
src/parse/between.ts 100.00% <100.00%> (ø)
src/parse/makeGender.ts 100.00% <100.00%> (ø)
... and 10 more

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 82fdc6e...42bcbd7. Read the comment docs.