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

SparkPost / ruby-sparkpost / 151
100%

Build:
DEFAULT BRANCH: master
Ran 06 May 2016 07:21PM UTC
Jobs 4
Files 16
Run time 31s
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
151

Pull #45

travis-ci

ksykulev
Improve DeliveryException

The sparkpost api returns errors in the following format:
```
{
  "errors": [
    {
      "message": "Message generation rejected",
      "description": "recipient address suppressed due to customer policy",
      "code": "1902"
    }
  ]
...
}

```

`message`, `description`, and `code` are now available on the
DeliveryException instance as: `service_message`,
`service_description`, `service_code`

The original message is preserved so it will not break any legacy
parsing written by users.
Pull Request #45: Improve DeliveryException

37 of 37 new or added lines in 3 files covered. (100.0%)

575 of 575 relevant lines covered (100.0%)

10.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 151.1 (2.0.0) 06 May 2016 07:21PM UTC 0
100.0
Travis Job 151.1
2 151.2 (2.1.2) 06 May 2016 07:21PM UTC 0
100.0
Travis Job 151.2
3 151.3 (2.2.4) 06 May 2016 07:21PM UTC 0
100.0
Travis Job 151.3
4 151.4 (2.3.0) 06 May 2016 07:21PM UTC 0
100.0
Travis Job 151.4
Source Files on build 151
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #151
  • Pull Request #45
  • PR Base - master (#131)
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

© 2026 Coveralls, Inc