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

davidcole1340 / ext-php-rs
21%
master: 31%

Build:
Build:
LAST BUILD BRANCH: funding
DEFAULT BRANCH: master
Repo Added 05 Apr 2025 07:52PM CUT
Files 77
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

LAST BUILD ON BRANCH clippy-fix
branch: clippy-fix
CHANGE BRANCH
x
Reset
  • clippy-fix
  • 189-prop-attribute-should-rename-fields-to-camelcase-by-default
  • 326-implements-doesnt-generate-the-right-stubs
  • 373-stubs-missing-for-rustclosure
  • 375-visibility-not-respected-in-read_property-and-write_property
  • 414-reorganise-integration-tests
  • 415-add-code-coverage-reporting
  • 418-make-clippy-pedantic
  • 422-improve-php-attribute-documentation
  • 423-change-startup-function-to-phpstartup-startup_function
  • 425-add-indexmap-feature-as-hashmapstring-zval-does-not-guarantee-same-order-as-input-from-php
  • 443-automate-docsrs_bindingsrs-generation
  • 447-update-docsrs-bindings-to-php-84
  • 453_ZendHashTable_numeric_keys
  • 455-add-issue-templates-to-improve-issue-quality
  • 466-change-rename-to-something-more-distinct
  • 467-a-nasty-doc-comment-bug-in-php_class
  • 476-passing-e_user_error-to-trigger_error-is-deprecated-since-84
  • 497-stubs-missing-doc-comments-for-__construct
  • 501-error-while-linking
  • 504-self_-could-not-be-passed-by-reference
  • 506-missing-lifetime-specifier-when-taking-self_-and-zval-and-returning-self_
  • 522-add-indexmap-feature
  • 530-add-test-harness-for-macro-crate
  • 540-memory-leak-from-module-definition
  • add-compiler-globals
  • add-estrdup
  • add-missing-anyhow-cfg-gate
  • array_btreemap_conversion
  • array_btreemap_conversion_2
  • build-rs-typo
  • builder_override_name_and_version
  • cargo_php_stdout_noise_tolerance
  • chore/add-ptondereau-maintainer
  • chore/binggen-0-72
  • chore/bump-edition-2024
  • chore/update-php-84-ci-lint
  • chore_clippy
  • ci/musl
  • ci/update-docker-deps
  • clippy-fixes
  • coercion-helpers
  • coverage-ignore-release-plz
  • dd/guide-fix-typo
  • dd/nullable-named-args
  • dependabot/cargo/bindgen-0.71.1
  • dependabot/cargo/bindgen-0.72.0
  • dependabot/cargo/cargo_metadata-0.21
  • dependabot/cargo/cargo_metadata-0.22
  • dependabot/cargo/cargo_metadata-0.23
  • dependabot/cargo/darling-0.21
  • dependabot/cargo/dialoguer-0.12
  • dependabot/cargo/zip-3.0
  • dependabot/cargo/zip-4.0
  • dependabot/cargo/zip-5.0
  • dependabot/cargo/zip-5.1
  • dependabot/cargo/zip-6.0
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/stale-10
  • dilawar
  • dont-ignore-old-attributes
  • embed-run-script-leak
  • enable-zts-on-nix
  • enum-support
  • expand-sapi-builder
  • feat/interface_impl
  • feat/modify_constructor_visability
  • feat_cargo_php_features
  • fix-release-process
  • fix-sapi-header-value
  • fix_return_type_nullable_void
  • funding
  • git-hooks
  • improve-tests
  • ini-builder
  • lefthook-cargo-machete
  • master
  • new-clippy-error
  • nix-dev-flake
  • org-move-updates
  • patch-1
  • patch-2
  • readme-example
  • refac/rewrite_rename
  • refator/split-array-type
  • release-only-on-success
  • release-plz-2025-02-18T23-12-33Z
  • release-plz-2025-02-18T23-12-33Z-tmp-100007611
  • release-plz-2025-07-05T11-11-43Z
  • release-plz-2025-07-09T20-53-32Z
  • release-plz-2025-07-14T17-29-09Z
  • revert-511-373-stubs-missing-for-rustclosure
  • robem/unused-deps
  • run-update-bindings-as-amd64
  • sapi-zts
  • silence-linter
  • static-feature
  • update-guide-url
  • upgrade-bindgen
  • zval_null

01 Jul 2025 10:30AM CUT coverage: 20.545%. Remained the same
15996795799

Pull #474

github

Xenira
fix(clippy): fix new clippy findings
Some clippy findings were ignored as they require further investigation. Those findings
are marked with a comment and will be tracked in #461.

Refs: #461
Pull Request #474: fix(clippy): fix new clippy findings

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

761 of 3704 relevant lines covered (20.55%)

3.56 hits per line

Relevant lines Covered
Build:
Build:
3704 RELEVANT LINES 761 COVERED LINES
3.56 HITS PER LINE
Source Files on clippy-fix
  • Tree
  • List 67
  • Changed 8
  • Source Changed 8
  • Coverage Changed 6
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
crates/cli/src/ext.rs37 10 0 10 0.0
0.0
crates/cli/src/lib.rs569 + 1204 0 204 0.0
0.0
crates/cli/src/main.rs18 2 0 2 0.0
0.0
crates/macros/src/class.rs177 64 0 64 0.0
0.0
crates/macros/src/constant.rs52 17 0 17 0.0
0.0
crates/macros/src/extern_.rs69 28 0 28 0.0
0.0
crates/macros/src/fastcall.rs19 4 0 4 0.0
0.0
crates/macros/src/function.rs637 305 0 305 0.0
0.0
crates/macros/src/helpers.rs23 11 0 11 0.0
0.0
build.rs52 6 0 6 0.0
Showing 1 to 10 of 67 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
  • ►
    2.53
    crates/
  • ►
    28.15
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15996795799 clippy-fix fix(clippy): fix new clippy findings Some clippy findings were ignored as they require further investigation. Those findings are marked with a comment and will be tracked in #461. Refs: #461 Pull #474 01 Jul 2025 10:32AM CUT Xenira github
20.55
See All Builds (575)
  • Repo on GitHub
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