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

hylang / hy / 1040 / 5
42%
master: 42%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2014 12:12AM UTC
Files 49
Run time 5s
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

28 Apr 2014 12:08AM UTC coverage: 86.953% (+0.03%) from 86.921%
1040.5

push

travis-ci

berkerpeksag
Raise exceptions when no handlers are provided.

Also small DRYing in try handling.

Previously, writing a bare (try (foo)) would invoke Pokemon
exception catching (gotta catch 'em all) instead of the correct
behavior, which is to raise the exception if no handler is provided.

Note that this is a cute feature of Hy, as a `try` with no `except`
is a syntax error.  We avoid the syntax error here because we don't
use Python's compiler, which is the only thing that can throw
Syntax Errors.  :D

Fixes #555.

2366 of 2721 relevant lines covered (86.95%)

0.87 hits per line

Source Files on job 1040.5
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1040
  • Travis Job 1040.5
  • 3f9ae912 on github
  • Prev Job for on master (#1031.5)
  • Next Job for on master (#1043.5)
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