Skip to content

Integrate mll-lab/microplate and mll-lab/liquid-handling-robotics #22

Integrate mll-lab/microplate and mll-lab/liquid-handling-robotics

Integrate mll-lab/microplate and mll-lab/liquid-handling-robotics #22

Triggered via pull request April 23, 2024 08:11
@spawniaspawnia
synchronize #16
microplate
Status Success
Total duration 2m 14s
Artifacts

validate.yml

on: pull_request
composer-validate
11s
composer-validate
static-code-analysis
35s
static-code-analysis
code-coverage
34s
code-coverage
mutation-tests
2m 5s
mutation-tests
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
code-coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mutation-tests: src/BavarianHolidays.php#L100
Escaped Mutant for Mutator "ProtectedVisibility": --- Original +++ New @@ @@ * * @return array<string, string> */ - protected static function buildHolidayMap(Carbon $date) : array + private static function buildHolidayMap(Carbon $date) : array { $holidays = self::HOLIDAYS_STATIC; $year = $date->year;
mutation-tests: src/BavarianHolidays.php#L112
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $easter = Carbon::createMidnightDate($year, 3, 21)->addDays(easter_days($year)); $holidays[self::dateFromEaster($easter, -2)] = self::KARFREITAG; $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; - $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; + $holidays[self::dateFromEaster($easter, 2)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG;
mutation-tests: src/BavarianHolidays.php#L113
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, -2)] = self::KARFREITAG; $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; - $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; + $holidays[self::dateFromEaster($easter, 38)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM;
mutation-tests: src/BavarianHolidays.php#L113
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, -2)] = self::KARFREITAG; $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; - $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; + $holidays[self::dateFromEaster($easter, 40)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM;
mutation-tests: src/BavarianHolidays.php#L114
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; - $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; + $holidays[self::dateFromEaster($easter, 48)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; // exceptional holidays
mutation-tests: src/BavarianHolidays.php#L114
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 0)] = self::OSTERSONNTAG; $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; - $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; + $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; // exceptional holidays
mutation-tests: src/BavarianHolidays.php#L115
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; - $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; + $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; // exceptional holidays if ($year === 2017) {
mutation-tests: src/BavarianHolidays.php#L115
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 1)] = self::OSTERMONTAG; $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; - $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; + $holidays[self::dateFromEaster($easter, 51)] = self::PFINGSTMONTAG; $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; // exceptional holidays if ($year === 2017) {
mutation-tests: src/BavarianHolidays.php#L116
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; - $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; + $holidays[self::dateFromEaster($easter, 59)] = self::FRONLEICHNAM; // exceptional holidays if ($year === 2017) { $holidays['31.10'] = self::REFORMATIONSTAG_500_JAHRE_REFORMATION;
mutation-tests: src/BavarianHolidays.php#L116
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ $holidays[self::dateFromEaster($easter, 39)] = self::CHRISTI_HIMMELFAHRT; $holidays[self::dateFromEaster($easter, 49)] = self::PFINGSTSONNTAG; $holidays[self::dateFromEaster($easter, 50)] = self::PFINGSTMONTAG; - $holidays[self::dateFromEaster($easter, 60)] = self::FRONLEICHNAM; + $holidays[self::dateFromEaster($easter, 61)] = self::FRONLEICHNAM; // exceptional holidays if ($year === 2017) { $holidays['31.10'] = self::REFORMATIONSTAG_500_JAHRE_REFORMATION;