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

pcolby / lcoveralls / 28 / 8
46%
master: 46%

Build:
DEFAULT BRANCH: master
Ran 17 Aug 2017 08:26AM UTC
Files 7
Run time 0s
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

17 Aug 2017 08:23AM UTC coverage: 46.154%. Remained the same
ruby-head

Pull #6

travis-ci

web-flow
Don't use destructive operation on a frozen string

It seems that a string passed to `Lcoveralls::call' in
color_formatter.rb is frozen in ruby implementation(ruby-2.4). The
implementation is installed to travis-ci.

As the result, `capitalize!', a destructive operation on the string
causes errors like:

    Finished .info-file creation

    /home/.../lcoveralls/color_formatter.rb:46:in `capitalize!': can't
    modify frozen String (RuntimeError)

This change replaces `capitalize!' with `capitalize' to avoid the
error.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Pull Request #6: Don't use destructive operation on a frozen string

108 of 234 relevant lines covered (46.15%)

8.88 hits per line

Source Files on job 28.8 (ruby-head)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28
  • Travis Job 28.8
  • e1a4e117 on github
  • Prev Job for ruby-head on master (#26.8)
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