Stranger6667 / postmarker

Python client library for Postmark API
https://postmarker.readthedocs.io/en/stable/
MIT License
134 stars 29 forks source link

fix: Make `TemplateID` not required if `TemplateAlias` is specified #191

Closed Stranger6667 closed 3 years ago

Stranger6667 commented 3 years ago

Fixes #179

codecov[bot] commented 3 years ago

Codecov Report

Merging #191 (78fc83c) into master (c42f1e3) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #191   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          884       888    +4     
  Branches        73        74    +1     
=========================================
+ Hits           884       888    +4     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/postmarker/models/emails.py 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 c42f1e3...78fc83c. Read the comment docs.