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

davidcole1340 / ext-php-rs / 15788182852

20 Jun 2025 09:32PM CUT coverage: 22.034%. Remained the same
15788182852

Pull #460

github

web-flow
Merge d4fc01bb5 into 660f308c0
Pull Request #460: chore(clippy): flowing lifetimes warning and clippy::mut_from_ref

6 of 56 new or added lines in 13 files covered. (10.71%)

3 existing lines in 2 files now uncovered.

871 of 3953 relevant lines covered (22.03%)

2.35 hits per line

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

0.0
/crates/cli/src/main.rs
1
//! # `cargo-php` CLI
2
//!
3
//! Installs extensions and generates stub files for PHP extensions generated
4
//! with `ext-php-rs`. Use `cargo php --help` for more information.
5

6
/// Mock macro for the `allowed_bindings.rs` script.
7
#[cfg(not(windows))]
8
macro_rules! bind {
9
    ($($s: ident),*) => {
10
        cargo_php::stub_symbols!($($s),*);
11
    }
12
}
13

14
#[cfg(not(windows))]
15
include!("../allowed_bindings.rs");
16

17
fn main() -> cargo_php::CrateResult {
×
18
    cargo_php::run()
×
19
}
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