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

jekyll / jekyll-admin / 1958 / 3
73%
master: 73%

Build:
DEFAULT BRANCH: master
Ran 01 Mar 2020 05:43AM UTC
Files 73
Run time 4s
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

01 Mar 2020 05:39AM UTC coverage: 84.215% (-0.6%) from 84.816%
2.4, TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0"

push

travis-ci

web-flow
Allow selecting static files in MarkdownEditor (#565)

This adds a new button to the MarkdownEditor (with icon `paperclip`). Clicking the button triggers the staticfilepicker modal.
On selecting a file the editor gets updated depending on the file extension,
If an image file was selected, *Markdown image tag* is inserted else a *Markdown link tag* is inserted.

Irrespective of the file-type selected, the injected Markdown includes **the static-file's relative_path enclosed in a Liquid object with Jekyll's `relative_url` filter**.
For example, if static-file `assets/logo.png` is selected, then the inserted Markdown will be:
```
![]({{ 'assets/logo.png' | relative_url }})
```

521 of 657 branches covered (79.3%)

Branch coverage included in aggregate %.

1309 of 1516 relevant lines covered (86.35%)

11.87 hits per line

Source Files on job 1958.3 (2.4, TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0")
  • Tree
  • List 0
  • Changed 16
  • Source Changed 1
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1939
  • Travis Job 1958.3
  • 3defeb1f on github
  • Prev Job for 2.4, TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0" on master (#1956.3)
  • Next Job for 2.4, TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0" on master (#1959.3)
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