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

pulibrary / tigerdata-app / 969ed29e-9bbf-4edf-91ce-5515e45807df
92%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 11:52AM UTC
Jobs 2
Files 122
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

03 Jun 2026 11:46AM UTC coverage: 92.193%. Remained the same
969ed29e-9bbf-4edf-91ce-5515e45807df

push

circleci

web-flow
Keep binstubs in version control (#2718)

This addresses a warning that appeared in CircleCI that our binstubs
needed regenerating. This might be because of some updates I was working
on. It's apparently a best practice to keep the binstubs in version
control. From the Rails docs:

```
When you install a gem whose executable you want to use in your app,
generate it and add it to source control:

  bundle binstubs some-gem-name
  git add bin/new-executable
```

More from the error message:
```
If you already have Rails binstubs in source control, you might be
inadvertently overwriting them during deployment by using bundle install
with the --binstubs option.

If your application was created prior to Rails 4, here's how to upgrade:

  bundle config --delete bin    # Turn off Bundler's stub generator
  rails app:update:bin          # Use the new Rails executables
  git add bin                   # Add bin/ to source control
```

I ran that recommended process and this PR is the result.

3330 of 3612 relevant lines covered (92.19%)

613.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 job2 - 969ed29e-9bbf-4edf-91ce-5515e45807df.1 03 Jun 2026 11:54AM UTC 122
73.87
2 job1 - 969ed29e-9bbf-4edf-91ce-5515e45807df.2 03 Jun 2026 11:52AM UTC 122
87.94
Source Files on build 969ed29e-9bbf-4edf-91ce-5515e45807df
  • Tree
  • List 122
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #969ED29E...
  • 109712f7 on github
  • Prev Build on main (#8EBCBDE0...)
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