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

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

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 15 May 2019 02:55AM UTC
Jobs 4
Files 1
Run time 30s
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

pending completion
42

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%)

4.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 42.1 15 May 2019 02:55AM UTC 0
100.0
Travis Job 42.1
2 42.2 15 May 2019 02:56AM UTC 0
100.0
Travis Job 42.2
3 42.3 15 May 2019 02:56AM UTC 0
100.0
Travis Job 42.3
4 42.4 15 May 2019 02:56AM UTC 0
100.0
Travis Job 42.4
Source Files on build 42
  • 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 Repo
  • Travis Build #42
  • 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