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

TryGhost / Ghost-Admin / 4591
70%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2019 09:24PM UTC
Jobs 1
Files 453
Run time 39min
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
4591

push

travis-ci

kevinansfield
🐛 Fixed Code Injection input fields not being clickable

no issue
- lazy loaded scripts such as the CodeMirror asset used on the Code Injection screen could throw errors such as `TypeError: Cannot set property 'modeOption' of undefined`
- this was caused by "loading" promise returned from the `lazyLoader` service returning as soon as the network request finished which can be before the loaded script has been parsed and run meaning any processing occurring after the promise returns could be depending on unloaded code
- switched the lazyLoader service's loading mechanism from an ajax fetch to insertion of a `<script>` tag which can have `load` event attached which _will_ return after parsing/loading has completed

1851 of 2961 branches covered (62.51%)

4302 of 6009 relevant lines covered (71.59%)

46.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4591.1 11 Feb 2019 09:24PM UTC 0
71.59
Travis Job 4591.1
Source Files on build 4591
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4591
  • fefc8358 on github
  • Prev Build on master (#4590)
  • Next Build on master (#4592)
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