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

cljoly / rusqlite_migration / 15100011590
95%

Build:
DEFAULT BRANCH: master
Ran 18 May 2025 09:06PM UTC
Jobs 1
Files 5
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

18 May 2025 09:03PM UTC coverage: 94.083%. Remained the same
15100011590

push

github

cljoly
chore: fix clippy warning in rust 1.87.0

The code is shorter and probably clearer in its intent now.

The error was:
```
warning: use `std::ptr::eq` when comparing raw pointers
   --> rusqlite_migration/src/lib.rs:108:35
    |
108 |             (Some(a), Some(b)) => addr_of!(*a) as usize == addr_of!(*b) as usize,
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::ptr::eq(addr_of!(*a), addr_of!(*b))`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_eq
    = note: `#[warn(clippy::ptr_eq)]` on by default

warning: use `std::ptr::eq` when comparing raw pointers
   --> rusqlite_migration/src/lib.rs:114:35
    |
114 |             (Some(a), Some(b)) => addr_of!(*a) as usize == addr_of!(*b) as usize,
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::ptr::eq(addr_of!(*a), addr_of!(*b))`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_eq

warning: `rusqlite_migration` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p rusqlite_migration` to apply 2 suggestions)
```

2 of 2 new or added lines in 1 file covered. (100.0%)

318 of 338 relevant lines covered (94.08%)

5.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15100011590.1 18 May 2025 09:06PM UTC 5
94.08
GitHub Action Run
Source Files on build 15100011590
  • Tree
  • List 5
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 705ef655 on github
  • Prev Build on master (#14876124569)
  • Next Build on master (#15100470106)
  • Delete
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