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

Devex / article_json / 391
100%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2020 03:35PM UTC
Jobs 1
Files 175
Run time 27s
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
391

push

travis-ci

Manu Campos
Fix image link tag

Fixes the use of the tag [image-link-to: url] to generate a link for an
image. The problem was that when Google exports a document to html, if the
paragraph has an image link tag, it creates three different spans. For an
original paragraph like this:

`This is an example of [image-link-to: http://devex.com] tag`

Google will export it as:

`<span>This is an example of [image-link-to:</span>`
`<span><a href=http://devex.com>http://devex.com</a></span>`
`<span>] tag</span>`

So we need to remove the image link tag from the three spans, and also to check
for the [no-caption] tag in a different way.

4472 of 4472 relevant lines covered (100.0%)

19.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 391.1 (2.3) 07 Apr 2020 03:35PM UTC 0
100.0
Travis Job 391.1
Source Files on build 391
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #391
  • a1bb73fb on github
  • Prev Build on master (#388)
  • Next Build on master (#394)
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