Stranger6667 / postmarker

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

Fix builds #187

Closed Stranger6667 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #187 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #187   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        21    -1     
  Lines          893       881   -12     
  Branches        75        73    -2     
=========================================
- Hits           893       881   -12     
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/__init__.py 100.00% <ø> (ø)
src/postmarker/django/__init__.py 100.00% <ø> (ø)
src/postmarker/django/signals.py 100.00% <ø> (ø)
src/postmarker/logging.py 100.00% <ø> (ø)
src/postmarker/models/bounces.py 100.00% <ø> (ø)
src/postmarker/models/triggers.py 100.00% <ø> (ø)
src/postmarker/core.py 100.00% <100.00%> (ø)
src/postmarker/django/backend.py 100.00% <100.00%> (ø)
src/postmarker/exceptions.py 100.00% <100.00%> (ø)
src/postmarker/models/base.py 100.00% <100.00%> (ø)
... and 15 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 d7b92a1...b701f95. Read the comment docs.