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

acardona / CATMAID / 610 / 1
38%
master: 38%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2015 08:35PM UTC
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

28 Apr 2015 07:44PM UTC coverage: 37.714%. Remained the same
610.1

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

Source Files on job 610.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 610
  • Travis Job 610.1
  • be42a738 on github
  • Prev Job for on master (#608.1)
  • Next Job for on master (#611.1)
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