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

jekyll / jekyll-admin / 1958
73%

Build:
DEFAULT BRANCH: master
Ran 01 Mar 2020 05:42AM UTC
Jobs 3
Files 73
Run time 2min
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
1958

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%)

35.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1958.1 (2.4, TEST_SUITE=node) 01 Mar 2020 05:45AM UTC 0
84.22
Travis Job 1958.1
2 1958.2 (2.4, TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8") 01 Mar 2020 05:42AM UTC 0
84.22
Travis Job 1958.2
3 1958.3 (2.4, TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0") 01 Mar 2020 05:43AM UTC 0
84.22
Travis Job 1958.3
Source Files on build 1958
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1958
  • 3defeb1f on github
  • Prev Build on master (#1956)
  • Next Build on master (#1959)
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