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

shakacode / react_on_rails / 2515
0%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2016 02:58AM UTC
Jobs 1
Files 31
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
2515

push

travis-ci

justin808
Fix symlink regression (#541)

Fix AssetsPrecompile#symlink_file logic

When we changed this method in #513 we introduced a regression due
to the difference between calling the shell's `ln -s` command and
using Ruby's `File.symlink` command.

Specifically, the former would not error if the symlink already
existed, while the latter did throw an error. Because it is
sometimes the case that the symlink will already exist, throwing
in this case is not desirable.

This should have not been a problem, however, as this scenario
was supposed to have been properly handled, but that code was not
correct. This commit fixes that code.

* Allow filtering react_on_rails specs with :focus
* Fix possible open resource leak in AssetsPrecompile spec

675 of 814 relevant lines covered (82.92%)

32.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2515.1 (2.3.1, spec/dummy/Gemfile) 10 Sep 2016 02:58AM UTC 0
82.92
Travis Job 2515.1
Source Files on build 2515
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2515
  • 211fed05 on github
  • Prev Build on master (#2501)
  • Next Build on master (#2516)
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