Skip to content

Track environment provider in telemetry. #2343

Track environment provider in telemetry.

Track environment provider in telemetry. #2343

Triggered via pull request May 23, 2024 14:25
Status Failure
Total duration 48s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
39s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Mutation Testing
Process completed with exit code 1.
Mutation Testing: src/Helpers/TelemetryHelper.php#L209
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ public static function getProviders() : array { // Define the environment variables associated with each provider. - return ['bamboo' => ['BAMBOO_BUILDNUMBER'], 'bitbucket' => ['BITBUCKET_BRANCH'], 'circleci' => ['CIRCLECI'], 'codebuild' => ['CODEBUILD_BUILD_ID'], 'drone' => ['DRONE'], 'github' => ['GITHUB_ACTIONS'], 'gitlab' => ['GITLAB_CI'], 'heroku' => ['HEROKU_TEST_RUN_ID'], 'jenkins' => ['JENKINS_URL'], 'octopus' => ['OCTOPUS_DEPLOYMENT_ID'], 'teamcity' => ['TEAMCITY_VERSION'], 'travis' => ['TRAVIS']]; + return ['bitbucket' => ['BITBUCKET_BRANCH'], 'circleci' => ['CIRCLECI'], 'codebuild' => ['CODEBUILD_BUILD_ID'], 'drone' => ['DRONE'], 'github' => ['GITHUB_ACTIONS'], 'gitlab' => ['GITLAB_CI'], 'heroku' => ['HEROKU_TEST_RUN_ID'], 'jenkins' => ['JENKINS_URL'], 'octopus' => ['OCTOPUS_DEPLOYMENT_ID'], 'teamcity' => ['TEAMCITY_VERSION'], 'travis' => ['TRAVIS']]; } }