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

pact-foundation / pact-php
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: renovate/shivammathur-setup-php-digest
DEFAULT BRANCH: master
Repo Added 13 May 2024 01:54AM CUT
Token G6yI1AZJI3myeAgdSMEo0nbsKFknLRzOL regen
Build 364 Last
Files 258
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 dont-allow-null-as-example-value
branch: dont-allow-null-as-example-value
CHANGE BRANCH
x
Reset
Sync Branches
  • dont-allow-null-as-example-value
  • 10.0.0
  • 10.0.0-beta1
  • 10.0.0-beta2
  • 10.1.0
  • 10.1.0-beta1
  • add-composer-test-coverage-command
  • add-custom-provider-headers
  • add-each-value-matcher-complex-value-example
  • add-form-urlencoded-example
  • add-graphql-example
  • add-graphql-variables
  • add-phpunit-logging-extension
  • add-semver-generator-example
  • add-troubleshooting-doc
  • add-type-hint
  • add-use-statements
  • auto-refactor-php-new-syntax
  • behat-debug-mock-server
  • chore/prevent-duplicate-ci-triggers
  • chore/upgrade-to-pact-ffi-0.4.22
  • code-coverage
  • compare-strings-directly
  • define-enums
  • define-readonly-properties
  • docs/readme_typos
  • document-failed-loading-ffi-issues
  • document-multiple-interactions
  • dont-validate-regex
  • ffi-client-hide-call-method
  • ffi-client-hide-get-method
  • fix-code-coverage-badge
  • fix-conflict-pact-file-name
  • fix-contributors-image
  • fix-link-to-installation
  • fix-matching-rules-not-working-with-protobuf-repeated-field
  • fix-method-return-type-hint
  • fix-mismatch-content-type-compat
  • fix-offset-might-not-exist-on-array
  • fix-phpstan-no-error-to-ignore
  • fix-phpunit-type-error-temporarily
  • fix-run-example-commands
  • fix-string-could-not-be-parsed-as-xml
  • fix-syntax-error-in-matching-expression
  • fix-unknown-500-error
  • fix-wrong-content-type-in-protobuf-plugin-0.5
  • fix-wrong-env-value
  • fixes/content_type_detection_plus_aarch64_musl_so
  • from-provider-state-expression
  • grpc-php-server
  • mark-version-10-stable
  • master
  • move-helper-code
  • phpstan-max-level
  • phpstan-max-matchers
  • phpstan-max-mock-server-env-config
  • phpstan-max-pact-driver
  • phpstan-max-selector
  • phpstan-max-tests
  • phpstan-max-verifier
  • phpstan-max-xml-element
  • phpstan-max-xml-text
  • provider-state-param-mixed-value
  • refactor-matchers
  • remove-empty-lines
  • remove-unused-code
  • remove-unused-dockerfile
  • renovate-ignore-docker-compose-deps
  • renovate/actions-cache-digest
  • renovate/clue-framework-x-0.x
  • renovate/configure
  • renovate/coverallsapp-github-action-digest
  • renovate/docker-setup-qemu-action-digest
  • renovate/pin-dependencies
  • renovate/shivammathur-setup-php-digest
  • replace-pact-broker-docker-image
  • replace-slim-framework-by-framework-x
  • revert-611-update-ffi-library
  • revert-breaking-changes
  • run-all-examples-at-once-on-windows
  • split-autoload
  • support-alpine
  • support-generators-in-more-matchers
  • support-string-contains-single-quote
  • test-map-matching-protobuf
  • test-php-8.4
  • test-provider-state-generator-protobuf
  • test-repeated-matching-protobuf
  • update-ffi-library
  • update-generated-pact-files
  • update-phpunit
  • update-stub-server
  • upgrade-php-to-8.3-in-github-actions
  • upgrade-phpstan-2
  • use-body-parsing-middleware
  • use-ffi-call-wrappers
  • use-github-actions-ubuntu-arm-runner
  • use-never-return-type
  • use-php-8.0-constructor-property-promotion-feature
  • wrap-ffi-call-interaction-attributes
  • wrap-ffi-call-mock-server-methods
  • wrap-ffi-call-new-interaction-methods
  • wrap-ffi-call-remaining-methods
  • wrap-ffi-call-setup-interaction-methods
  • wrap-ffi-call-setup-message-interaction-methods
  • wrap-ffi-call-setup-pact-methods
  • wrap-ffi-call-specification-enum-methods
  • wrap-ffi-call-verifier-methods
  • wrap-ffi-call-with-binary-file
  • wrap-ffi-call-with-body
  • wrap-ffi-call-with-multipart-file-v2

03 Dec 2024 02:38AM CUT coverage: 96.275% (-0.03%) from 96.3%
12131890788

Pull #701

github

web-flow
Merge 4d14dbe46 into 03504fb86
Pull Request #701: feat: Dont allow null as example value

75 of 75 new or added lines in 12 files covered. (100.0%)

2559 of 2658 relevant lines covered (96.28%)

121.64 hits per line

Relevant lines Covered
Build:
Build:
2658 RELEVANT LINES 2559 COVERED LINES
121.64 HITS PER LINE
Source Files on dont-allow-null-as-example-value
  • Tree
  • List 258
  • Changed 27
  • Source Changed 13
  • Coverage Changed 14
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
src/PhpPact/Log/PHPUnit/PactLoggingExtension.php15 2 0 2 0.0
39.29
src/PhpPact/Standalone/StubService/StubServer.php137 56 22 34 93.0
71.43
src/PhpPact/Standalone/Installer/Model/Scripts.php31 7 5 2 544.0
86.92
src/PhpPact/FFI/Client.php634 344 299 45 22.0
87.5
.../Consumer/Driver/InteractionPart/RequestDriver.php36 16 14 2 8.0
92.0
src/PhpPact/FFI/Model/ArrayData.php58 25 23 2 112.0
93.33
.../InteractionPart/AbstractInteractionPartDriver.php39 15 14 1 20.0
94.87
src/PhpPact/Log/Logger.php90 39 37 2 75.0
95.0
src/PhpPact/FFI/Model/BinaryData.php51 20 19 1 42.0
95.0
src/PhpPact/Consumer/Model/Body/Binary.php56 20 19 1 92.0
Showing 1 to 10 of 258 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 26
  • Next
  • ►
    96.28
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
12131890788 dont-allow-null-as-example-value Merge 4d14dbe46 into 03504fb86 Pull #701 03 Dec 2024 02:39AM CUT web-flow github
96.28
12131770286 dont-allow-null-as-example-value Merge 67c577df9 into 03504fb86 Pull #701 03 Dec 2024 02:28AM CUT web-flow github
96.28
See All Builds (346)

Badge your Repo: pact-php

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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