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

sferik / t / 997 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 07 Dec 2017 10:37PM UTC
Files 16
Run time 2s
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

07 Dec 2017 10:35PM UTC coverage: 99.295%. Remained the same
2.0.0

Pull #369

travis-ci

web-flow
Two new Rubocop directives

1. Metrics/BlockLength disabled for the spec directory.  Prior to this change, you get a bunch of failures like:

    ```
    spec/set_spec.rb:5:1: C: Block has too many lines. [138/25]
    describe T::Set do ...
    ^^^^^^^^^^^^^^^^^^
    ```

    The blocklength validation doesn’t really make sense when assessing files written with the RSpec DSL, since when written properly, the specs are just very long blocks themselves.

2. Disable Style/IndentHeredoc.  For Ruby 2.3+, the recommendation from Rubocop is just to use `<<~` or to use "some library (e.g. ActiveSupport's String#strip_heredoc)" for earlier versions of Ruby.

    However, the places that heredocs are being used are to test the output, and those are actually testing the spacing itself explicitly, so it doesn't make sense to squish the indentation out when it's present in this case anyway.
Pull Request #369: Fix Rubocop (and therefore CI)

1691 of 1703 relevant lines covered (99.3%)

63.04 hits per line

Source Files on job 997.1 (2.0.0)
  • Tree
  • List 0
  • Changed 10
  • Source Changed 7
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 997
  • Travis Job 997.1
  • bb97295b on github
  • Prev Job for 2.0.0 on master (#996.1)
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