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

SparkPost / ruby-sparkpost / 157
100%

Build:
DEFAULT BRANCH: master
Ran 06 May 2016 07:58PM UTC
Jobs 4
Files 18
Run time 28s
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
157

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

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

708 of 708 relevant lines covered (100.0%)

10.58 hits per line

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