codecov / laravel-codecov-opentelemetry
Laravel middleware for Codecov's OpenTelemetry
Installs: 139 064
Dependents: 0
Suggesters: 0
Security: 0
Stars: 49
Watchers: 2
Forks: 4
Open Issues: 2
Requires
- php: ^7.3|^8.0
- ext-json: *
- open-telemetry/opentelemetry: 0.0.2
- php-http/client-common: ^2.5
- php-http/discovery: ^1.0
- php-http/httplug: ^2.0
- php-http/message-factory: ^1.0
- phpunit/php-code-coverage: ^9.2.8
- psr/http-client-implementation: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- orchestra/testbench: ^5.0|^6.0
- pestphp/pest-plugin-laravel: ^1.0
- php-http/guzzle7-adapter: ^1.0
- php-http/message: ^1.0
- php-http/mock-client: ^1.5
- phpunit/phpunit: ^9.3.3
- squizlabs/php_codesniffer: ^3.6
- dev-main
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3-alpha
- v0.1.2-alpha
- v0.1.1-alpha
- v0.1.0-alpha
- v0.0.2-alpha
- v0.0.1
- dev-th/bump-opentelem-1.0.0
- dev-switch-to-v4-beta
- dev-codecov-action-v4
- dev-add-license-1
- dev-fix-no-status
- dev-fix_broken_profile_id_on_exporter
- dev-default_to_sync_upload
- dev-fix_uri_name_specification
- dev-add_async_http_support
- dev-fix/initial-setup-issues
- dev-accommodate_null_route_names
- dev-use-http-plug
- dev-remove_no_version
- dev-stop_infinite_recursion
- dev-remove_pcov_mentions
- dev-remove_unneeded_response_checks
- dev-stronger_check_on_profiling_token
- dev-docs_add_usage
- dev-add_new_documentation
- dev-pest_control
- dev-try_cobertura_output_instead_of_pcov
- dev-update_otel_for_production
- dev-fix/pin-ot-lib
- dev-pin-older-version
- dev-non_null_release_id
- dev-better_disabled_handling
- dev-optional_open_telemetry
This package is auto-updated.
Last update: 2025-03-05 23:21:01 UTC
README
Purpose
This package allows Laravel projects to use Codecov's Impact Analysis feature.
More information about Impact Analysis can be found in Codecov's public documentation.
For details on how to get started, please see our Quickstart guide. You can also fork our example repository to try it out for yourself first.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/codecov/opentelem-laravel.