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

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

Build:
Build:
LAST BUILD BRANCH: sds/cut-release
DEFAULT BRANCH: main
Ran 19 Jan 2016 12:56AM UTC
Jobs 4
Files 57
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
323

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

1238 of 1240 relevant lines covered (99.84%)

153.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 323.1 (2.0) 19 Jan 2016 12:56AM UTC 0
100.0
Travis Job 323.1
2 323.2 (2.1) 19 Jan 2016 12:56AM UTC 0
100.0
Travis Job 323.2
3 323.3 (2.2) 19 Jan 2016 12:56AM UTC 0
100.0
Travis Job 323.3
4 323.4 (rbx-2) 19 Jan 2016 12:58AM UTC 0
99.83
Travis Job 323.4
Source Files on build 323
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #323
  • e2e0718a on github
  • Prev Build on master (#322)
  • Next Build on master (#324)
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