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

sferik / t / 997
95%

Build:
DEFAULT BRANCH: master
Ran 07 Dec 2017 10:36PM UTC
Jobs 5
Files 16
Run time 1min
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
997

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)

56 of 56 new or added lines in 7 files covered. (100.0%)

1706 of 1718 relevant lines covered (99.3%)

312.55 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
lib/t/utils.rb
Jobs
ID Job ID Ran Files Coverage
1 997.1 (2.0.0) 07 Dec 2017 10:37PM UTC 0
99.3
Travis Job 997.1
2 997.2 (2.1) 07 Dec 2017 10:36PM UTC 0
99.3
Travis Job 997.2
3 997.3 (2.2) 07 Dec 2017 10:36PM UTC 0
99.3
Travis Job 997.3
4 997.4 (2.3.3) 07 Dec 2017 10:37PM UTC 0
99.3
Travis Job 997.4
6 997.6 (ruby-head) 07 Dec 2017 10:37PM UTC 0
99.07
Travis Job 997.6
Source Files on build 997
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #997
  • Pull Request #369
  • PR Base - master (#996)
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