activeprospect / leadconduit-types

This Node.JS module parses lead data and provides specialized functionality by lead data category.
1 stars 0 forks source link

TrustedForm URL #135

Closed alexkwolfe closed 2 years ago

alexkwolfe commented 2 years ago

Description of the change

This adds a new data type called trustedform_url. The trustedform_cert_url should be converted to this type. In production, one or two customers are using the host and path components, so I've left those. All the other components of the url type are not necessary.

Type of change

Related tickets

Shortcut #37783

Checklists

Development and Testing

Code Review

Tracking

QA

codecov-commenter commented 2 years ago

Codecov Report

Merging #135 (0f924ea) into master (f3afd96) will increase coverage by 0.27%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   97.04%   97.32%   +0.27%     
==========================================
  Files          34       35       +1     
  Lines         576      635      +59     
==========================================
+ Hits          559      618      +59     
  Misses         17       17              
Impacted Files Coverage Δ
lib/types/trustedform_url.js 100.00% <100.00%> (ø)

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 f3afd96...0f924ea. Read the comment docs.