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

SparkPost / ruby-sparkpost / 154
100%

Build:
DEFAULT BRANCH: master
Ran 06 May 2016 07:38PM UTC
Jobs 4
Files 18
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
154

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

651 of 651 relevant lines covered (100.0%)

10.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 154.1 (2.0.0) 06 May 2016 07:38PM UTC 0
100.0
Travis Job 154.1
2 154.2 (2.1.2) 06 May 2016 07:38PM UTC 0
100.0
Travis Job 154.2
3 154.3 (2.2.4) 06 May 2016 07:39PM UTC 0
100.0
Travis Job 154.3
4 154.4 (2.3.0) 06 May 2016 07:39PM UTC 0
100.0
Travis Job 154.4
Source Files on build 154
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #154
  • Pull Request #45
  • PR Base - master (#153)
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