• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

frankV / flask-sendgrid / 42 / 4
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 15 May 2019 02:56AM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 May 2019 02:54AM UTC coverage: 100.0%. First build
42.4

push

travis-ci

frankV
Update SendGridAPIClientparameters (#16)

* Update SendGridAPIClientparameters

Based on the new API for Send Grid the Module SendGridAPIClient no longer takes the apikey argument. You can either just pass the API Key like in this request or you can specify api_key. Their example shows just passing the API key:

```python
sg = SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
```

* change tests due to a bug in sendgrid

* tests/test_extension.py

* Fix BccSettings test due to name change from BCCSettings to BccSettings

* Fix BatchID test due to new type Requirement

* Fix ip_pool_name, ReplyTo test due to new type Requirement

* Work on MailSettings test due to new type Requirement

* Work on MailSettings test due to new type Requirement take 2

* Work on MailSettings test due to new type Requirement take 2

* Work on MailSettings test due to new type Requirement take 4

* Work on MailSettings test due to new type Requirement take 2

* Work on MailSettings test due to new type Requirement take 5

* print new dict

* Fix Attachments

* Fix objects

* Fix objects

* remove comment

* Fix Attachments

* Fix Attachments

* Fix Attachments

* Change attachment order

* Update SendGridAPIClientparameters and Tests

Based on the new API for Send Grid the Module SendGridAPIClient no longer takes the apikey argument. You can either just pass the API Key like in this request or you can specify api_key. Their example shows just passing the API key:

```python
sg = SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
```

20 of 22 branches covered (90.91%)

63 of 63 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 42.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20
  • Travis Job 42.4
  • e2e5d33e on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc