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

iconara / puck / 177 / 2
98%
master: 99%

Build:
Build:
LAST BUILD BRANCH: v1.2.5
DEFAULT BRANCH: master
Ran 20 Apr 2016 09:54AM UTC
Files 8
Run time 0s
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

20 Apr 2016 09:54AM UTC coverage: 99.202%. First build
jruby, JRUBY_JARS_VERSION=1.7.21

push

travis-ci

Theo
Add two (failing) tests for a new feature

I want to make it possible to run arbitrary code using the gems in the JAR. The idea is to make something that works like the `ruby` command: `java -jar path/to.jar ruby -e 'puts "Hello world"'`, `… ruby -v` and `… ruby path/to/code.rb` should work.

In order not to create a leaky abstraction, this should ideally be the same actual code that is run as when you run just `ruby -e …`, `ruby -v`, etc. If this is not possible perhaps it would be better to skip the "ruby" part of it and make it work like `java -jar path/to.jar -e "…"`. Since no bin files should start with a dash I think it could work.

373 of 376 relevant lines covered (99.2%)

12.81 hits per line

Source Files on job 177.2 (jruby, JRUBY_JARS_VERSION=1.7.21)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 177
  • Travis Job 177.2
  • c67696c3 on github
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