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

pulibrary / bibdata / e421999f-ccc5-426f-8b8b-5cb496effc50

06 May 2025 08:18PM UTC coverage: 92.212% (-0.03%) from 92.243%
e421999f-ccc5-426f-8b8b-5cb496effc50

Pull #2701

circleci

sandbergja
Exclude lib/tasks from simplecov/coveralls

It was previously excluded because lib was not auto-loaded in Rails
Pull Request #2701: Add basic infrastructure for compiling rust code

9 of 11 new or added lines in 2 files covered. (81.82%)

3493 of 3788 relevant lines covered (92.21%)

388.02 hits per line

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

50.0
/lib/bibdata_rs.rb
1
# This file is responsible for requiring the compiled rust binary
2
# If it notices that there is not yet a compiled binary, it will attempt to compile it for you
3

4
unless Dir.glob("#{File.dirname(__FILE__)}/bibdata_rs/bibdata_rs.*").any?
1✔
NEW
5
  Rails.application.load_tasks
×
NEW
6
  Rake::Task['compile'].invoke
×
7
end
8

9
require_relative 'bibdata_rs/bibdata_rs'
1✔
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

© 2025 Coveralls, Inc