Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Personalization’s dynamicTemplateData generic #17

Merged
merged 3 commits into from
Sep 21, 2024

Add some `init`s and tests

3547866
Select commit
Loading
Failed to load commit list.
Merged

Make the Personalization’s dynamicTemplateData generic #17

Add some `init`s and tests
3547866
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 21, 2024 in 1s

100.00% (+0.00%) compared to c00b291

View this Pull Request on Codecov

100.00% (+0.00%) compared to c00b291

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c00b291) to head (3547866).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          104       137   +33     
=========================================
+ Hits           104       137   +33     
Files with missing lines Coverage Δ
Sources/SendGridKit/Models/MailSettings.swift 100.00% <100.00%> (ø)
Sources/SendGridKit/Models/Personalization.swift 100.00% <100.00%> (ø)
Sources/SendGridKit/Models/SendGridEmail.swift 100.00% <100.00%> (ø)
Sources/SendGridKit/Models/TrackingSettings.swift 100.00% <100.00%> (ø)
Sources/SendGridKit/SendGridClient.swift 100.00% <100.00%> (ø)