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

pulibrary / bibdata / 630a66e1-fa84-4800-af5e-d518b6aca26b

19 Aug 2025 02:54PM UTC coverage: 92.221% (-0.02%) from 92.237%
630a66e1-fa84-4800-af5e-d518b6aca26b

Pull #2865

circleci

sandbergja
Rewrite scsb_doc? method in Rust

Co-authored-by: Christina Chortaria <christinach@users.noreply.github.com>
Pull Request #2865: Rewrite scsb_doc? method in Rust

0 of 11 new or added lines in 3 files covered. (0.0%)

7089 of 7687 relevant lines covered (92.22%)

422.39 hits per line

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

0.0
/lib/bibdata_rs/src/marc/scsb.rs
1
use marctk::Record;
2

3
// We use this SCSB check for multiple workflows
NEW
4
pub fn is_scsb(record: &Record) -> bool {
×
NEW
5
    record
×
NEW
6
        .get_control_fields("001")
×
NEW
7
        .iter()
×
NEW
8
        .any(|field| field.content().starts_with("SCSB-"))
×
NEW
9
}
×
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