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

mvdan / sh / 1029
78%

Build:
DEFAULT BRANCH: master
Ran 14 Dec 2017 10:47AM UTC
Jobs 2
Files 22
Run time 7s
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
1029

push

travis-ci

mvdan
interp: replace RunError with panics

RunError is not for regular interpreter errors, such as ExitCode. It's
for fatal, internal errors such as when an operator is unknown or when
see a type that we don't know.

Don't mix those with simpler errors, such as missing arguments on
builtins. Use regular exit codes for those, as we should.

Using panics for fatal errors is fine; one can still recover from them.
And it helps clarify how unexpected and unusual they should be.

6664 of 6989 relevant lines covered (95.35%)

2212.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1029.1 14 Dec 2017 10:47AM UTC 0
95.35
Travis Job 1029.1
2 1029.2 14 Dec 2017 10:47AM UTC 0
95.35
Travis Job 1029.2
Source Files on build 1029
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1029
  • afa1d4ed on github
  • Prev Build on master (#1028)
  • Next Build on master (#1031)
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