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

cljoly / rusqlite_migration / 15099997611
94%
master: 95%

Build:
Build:
LAST BUILD BRANCH: rusqlite-038
DEFAULT BRANCH: master
Ran 18 May 2025 09:02PM 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:00PM UTC coverage: 94.083%. Remained the same
15099997611

Pull #269

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)
```
Pull Request #269: test: refactor tests, adding downward migrations

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 15099997611.1 18 May 2025 09:02PM UTC 5
94.08
GitHub Action Run
Source Files on build 15099997611
  • Tree
  • List 5
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #269
  • PR Base - master (#14876124569)
  • 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