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

tf / pageflow / 2125 / 2
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: actions
DEFAULT BRANCH: master
Ran 08 Mar 2019 09:50AM UTC
Files 426
Run time 21s
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

08 Mar 2019 09:41AM UTC coverage: 99.277%. Remained the same
2.5.3, PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true

push

travis-ci

tf
Use snake case for page CSS classes

Since we need to touch all legacy page templates anyway to turn h2
tags into h3 tags we can finally clean this up.

The following CSS classes need to be changed in page templates:

* `blackLayer` -> `black_layer`
* `backgroundArea` -> `page_background`
* `contentWrapper` -> `content_wrapper`
* `videoWrapper` -> `uncropped_media_wrapper`

The default header and content snippet

    <div class="page_header">
      <h2>
        <span class="tagline"><%= configuration['tagline'] %></span>
        <span class="title"><%= configuration['title'] %></span>
        <span class="subtitle"><%= configuration['subtitle'] %></span>
      </h2>
      <%= background_image_tag(configuration['background_image_id'], {class: "print_image"}) %>
    </div>
    <div class="contentText">
      <p><%= raw configuration['text'] %></p>
    </div>

should be replaced with the following helper call:

    <%= page_default_content(page) %>

REDMINE-16511

15797 of 15912 relevant lines covered (99.28%)

28.87 hits per line

Source Files on job 2125.2 (2.5.3, PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 11
  • Source Changed 1
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2077
  • Travis Job 2125.2
  • a97229e9 on github
  • Prev Job for 2.5.3, PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true on h3 (#2124.2)
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