Skip to content

Stability++

Stability++ #224

Triggered via pull request October 9, 2024 11:14
Status Failure
Total duration 5m 6s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
server-tests
Process completed with exit code 1.
server-tests: server/src/Core/HitBox.php#L47
Escaped Mutant for Mutator "IntegerNegation": @@ @@ return 50; } if ($this->player->getArmorType()->hasArmor()) { - return 60; + return -60; } return 30; }
server-tests: server/src/Core/HitBox.php#L50
Escaped Mutant for Mutator "IntegerNegation": @@ @@ if ($this->player->getArmorType()->hasArmor()) { return 60; } - return 30; + return -30; } public function registerHit(Bullet $bullet): void {