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

zulip / zulip / 14478 / 7
3%
master: 3%

Build:
DEFAULT BRANCH: master
Ran 21 Mar 2017 09:54PM UTC
Files 357
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

21 Mar 2017 08:40PM UTC coverage: 91.052%. Remained the same
TEST_SUITE=backend

push

travis-ci

timabbott
linter: Add support for automatic checking for 4 space indents in CSS.

In this commit we modify our CSS parser not only to render the text from
a given CSS tokens produced but also enforce 4 space indentation on it.
Also we enforce some basic rules we would like our CSS to follow such as
* Always have "\n" in between the starting of body({) and body itself
  and ending of the body and the closing of body(}).
* Use 4 space indents while having but something within the block
  structure ( { .... } ).
* Have single space after ',' in between multiple selectors.
* Have only a single space in between selector and the starting of
  block structure ({ ... }) if block structure starts on same line as
  of selector.
  eg. body {
          body content here
      }
  Notice single space between 'body' and '{'.

Fixes: #1659.

28908 of 31749 relevant lines covered (91.05%)

0.91 hits per line

Source Files on job 14478.7 (TEST_SUITE=backend)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14478
  • Travis Job 14478.7
  • b3cbb13a on github
  • Prev Job for TEST_SUITE=backend on master (#14469.7)
  • Next Job for TEST_SUITE=backend on master (#1705.6)
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