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

davidcole1340 / ext-php-rs / 15425631619

03 Jun 2025 07:02PM CUT coverage: 20.885% (-0.04%) from 20.927%
15425631619

Pull #436

github

Xenira
chore(macro)!: change rename defaults to match psr

BREAKING CHANGE: Methods and Properties are renamed to camelCase by default. Classes to PascalCase and constants to UPPER_CASE.

Refs: #189
Pull Request #436: chore(macro)!: change rename defaults to match psr

16 of 35 new or added lines in 5 files covered. (45.71%)

2 existing lines in 2 files now uncovered.

821 of 3931 relevant lines covered (20.89%)

2.31 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