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

sds / haml-lint / 323 / 4
99%
main: 97%

Build:
Build:
LAST BUILD BRANCH: sds/cut-release
DEFAULT BRANCH: main
Ran 19 Jan 2016 12:58AM UTC
Files 51
Run time 3s
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

19 Jan 2016 12:56AM UTC coverage: 99.832%. Remained the same
rbx-2

push

travis-ci

sds
Fix erroneous Style/IdenticalConditionalBranches warnings

RuboCop 0.36.0 introduced a new cop which reports code like the
following:

    if something
      puts ...
    else
      puts ...
    end

...telling you to extract the duplicate method call outside of each
block. Since we generate a number of dummy `puts` statements, we have to
change the implementation so that each of these methods has a unique
name.

Fixes #107

1192 of 1194 relevant lines covered (99.83%)

39.99 hits per line

Source Files on job 323.4 (rbx-2)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 323
  • Travis Job 323.4
  • e2e0718a on github
  • Prev Job for rbx-2 on master (#322.4)
  • Next Job for rbx-2 on master (#324.5)
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