Skip to content

test: Add missing import for the AirQuality class and remove useless … #38

test: Add missing import for the AirQuality class and remove useless …

test: Add missing import for the AirQuality class and remove useless … #38

Triggered via push January 22, 2024 15:09
Status Success
Total duration 37s
Artifacts
Matrix: CI
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
CI (ubuntu-latest, 8.3): src/Exceptions/InvalidAccessToken.php#L25
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Invalid access token'); + } }
CI (ubuntu-latest, 8.3): src/Exceptions/QuotaExceeded.php#L29
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Request Quota has been exceeded'); + } }
CI (ubuntu-latest, 8.3): src/Exceptions/UnknownStation.php#L25
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Unknown monitoring station or city'); + } }
CI (ubuntu-latest, 8.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
CI (ubuntu-latest, 8.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
CI (ubuntu-latest, 8.2): src/Exceptions/InvalidAccessToken.php#L25
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Invalid access token'); + } }
CI (ubuntu-latest, 8.2): src/Exceptions/QuotaExceeded.php#L29
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Request Quota has been exceeded'); + } }
CI (ubuntu-latest, 8.2): src/Exceptions/UnknownStation.php#L25
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct() { - parent::__construct('Unknown monitoring station or city'); + } }