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

ben-manes / caffeine / #5711
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 05 Aug 2026 04:18AM UTC
Jobs 1
Files 78
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

04 Aug 2026 02:13AM UTC coverage: 100.0%. Remained the same
#5711

push

github

web-flow
Replace awkward string manipulation with a simple mapping from `Feature` (#1998)

to short string followed by joining to a string.

The code was previously taking a list of `Feature`s and:

1. Mapping it to an upper-underscore string.
2. Converting that to an upper-camel string.
3. Converting that _back_ to upper-underscore.
4. Using string replacement to convert the feature names to short
   strings and removing underscores.

This is an awkward and roundabout way of mapping each `Feature` to a
short string and then joining those to a string, so this just changes it
to actually work that way.

4227 of 4235 branches covered (99.81%)

8528 of 8528 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5711.1 05 Aug 2026 04:18AM UTC 78
100.0
Source Files on build #5711
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • e6f1e3f5 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc