Closed alexkwolfe closed 2 years ago
Merging #135 (0f924ea) into master (f3afd96) will increase coverage by
0.27%
. The diff coverage is100.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.
Description of the change
This adds a new data type called
trustedform_url
. Thetrustedform_cert_url
should be converted to this type. In production, one or two customers are using thehost
andpath
components, so I've left those. All the other components of theurl
type are not necessary.Type of change
Related tickets
Shortcut #37783
Checklists
Development and Testing
Code Review
Tracking
QA