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

acardona / CATMAID / 610
38%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2015 08:35PM UTC
Jobs 1
Files 71
Run time 9min
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
610

push

travis-ci

aschampion
Arbor.js: fix javascript source path guess

Arbor.js guesses its path, used to launch web workers, by examining the
source of scripts on the page. The regex it uses to do this excludes
periods between "arbor" and ".js", which does not match the
cache-busting filenames with hashes now used by pipeline (e.g.,
"arbor.xxxxx.js").

While this regex could be changed to match periods in the filename,
fixing web workers, a consequence is the first web worker launched would
request "arbor.js" (without the hash), which requires an additional
uncached request. Updated versions of arbor will not have this issue
since they use a separate worker source file.

Instead make an exception for arbor.js and use the non-versioned file.

Closes acardona/CATMAID#1015.

3983 of 10561 relevant lines covered (37.71%)

0.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 610.1 28 Apr 2015 08:35PM UTC 0
37.71
Travis Job 610.1
Source Files on build 610
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #610
  • be42a738 on github
  • Prev Build on master (#608)
  • Next Build on master (#611)
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

© 2025 Coveralls, Inc