Add code coverage using coverage.py and https://codecov.io
pip install coverage.coveragerc2. Run tests with coverage `coverage run -m unittest`
3. See `coverage report`
sendgrid/__init__.py 3 0 0 0 100%
sendgrid/helpers/__init__.py 0 0 0 0 100%
sendgrid/helpers/inbound/__init__.py 2 0 0 0 100%
sendgrid/helpers/inbound/app.py 23 5 4 1 70%
sendgrid/helpers/inbound/config.py 31 4 8 2 74%
sendgrid/helpers/inbound/parse.py 69 42 22 1 33%
sendgrid/helpers/inbound/send.py 28 28 0 0 0%
sendgrid/helpers/mail/__init__.py 1 0 0 0 100%
sendgrid/helpers/mail/mail.py 532 39 196 53 87%
sendgrid/sendgrid.py 22 2 0 0 91%
TOTAL 713 120 232 57 79%
```
Thanks @andriisoldatenko,
We have added this to our backlog.
I would like to have a look at this, if it's still open.
@meahow do it!!
Thanks. Hope it helps