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

fukamachi / dexador / 74
72%

Build:
DEFAULT BRANCH: master
Ran 15 Aug 2016 08:54PM UTC
Jobs 1
Files 8
Run time 1s
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
74

Pull #22

travis-ci

web-flow
This fix makes response header accessable throught codition object

Consider this example:
```
(defun handle-condition (cond)
  (format t "Response Headers Should Not Be Nil: ~A~%" (dex:response-headers cond))
  (dex:ignore-and-continue cond))


(handler-bind ((dex:http-request-failed #'handle-condition))
  (dex:get "http://httpbin.org/status/418" :verbose 1))
```

It will print "Response Headers Should Not Be Nil: NIL" without this fix and will output response headers when patch applied.

Don't know how to run tests, probably this should be added to the testsuite.
Pull Request #22: This fix makes response header accessible throught condition object

1 of 1 new or added line in 1 file covered. (100.0%)

707 of 942 relevant lines covered (75.05%)

0.75 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/backend/usocket.lisp
Jobs
ID Job ID Ran Files Coverage
1 74.1 (LISP=sbcl-bin COVERALLS=true) 15 Aug 2016 08:54PM UTC 0
75.05
Travis Job 74.1
Source Files on build 74
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #74
  • Pull Request #22
  • PR Base - master (#73)
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