ainsleyclark / go-mail

📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
MIT License
179 stars 16 forks source link

Deps #14

Closed ainsleyclark closed 2 years ago

ainsleyclark commented 2 years ago

Description

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (cc5fed3) into main (f444005) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              main       #14    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           10        14     +4     
  Lines          497       714   +217     
==========================================
+ Hits           497       714   +217     
Impacted Files Coverage Δ
mail/attachments.go 100.00% <ø> (ø)
mail/config.go 100.00% <ø> (ø)
drivers/mailgun.go 100.00% <100.00%> (ø)
drivers/postal.go 100.00% <100.00%> (ø)
drivers/postmark.go 100.00% <100.00%> (ø)
drivers/sendgrid.go 100.00% <100.00%> (ø)
drivers/smtp.go 100.00% <100.00%> (ø)
drivers/sparkpost.go 100.00% <100.00%> (ø)
internal/client/client.go 100.00% <100.00%> (ø)
internal/client/util.go 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 f444005...cc5fed3. Read the comment docs.