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

uclibs / application_portfolio / 28045697440

23 Jun 2026 05:49PM UTC coverage: 73.522% (-0.9%) from 74.388%
28045697440

Pull #443

circleci

Janell-Huyck
Silence bootstrap vendor abort noise in specs.

Test the missing-bundle path with a temp root and capture stderr so abort
does not print into the middle of the RSpec run.

Co-authored-by: Cursor <cursoragent@cursor.com>
Pull Request #443: Fix button size

310 of 470 branches covered (65.96%)

Branch coverage included in aggregate %.

26 of 26 new or added lines in 4 files covered. (100.0%)

1 existing line in 1 file now uncovered.

934 of 1222 relevant lines covered (76.43%)

22.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

75.0
/lib/tasks/javascript_build.rake
1
# frozen_string_literal: true
2

3
namespace :javascript do
2✔
4
  task prepare_node_path: :environment do
2✔
UNCOV
5
    JavascriptBuildEnv.apply!
×
6
  end
7
end
8

9
%w[javascript:install javascript:build].each do |name|
2✔
10
  next unless Rake::Task.task_defined?(name)
4!
11

12
  Rake::Task[name].enhance(['javascript:prepare_node_path'])
4✔
13
end
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