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

Devex / article_json / 391 / 1
100%
master: 100%

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

07 Apr 2020 03:35PM UTC coverage: 100.0%. Remained the same
2.3

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

Source Files on job 391.1 (2.3)
  • Tree
  • List 0
  • Changed 18
  • Source Changed 4
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 390
  • Travis Job 391.1
  • a1bb73fb on github
  • Prev Job for 2.3 on master (#388.1)
  • Next Job for 2.3 on master (#394.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