Skip to content

Init

Init #4

Triggered via pull request March 10, 2024 16:46
@SmetDenisSmetDenis
synchronize #1
init
Status Failure
Total duration 52s
Artifacts 3

main.yml

on: pull_request
Matrix: Linters
Matrix: PHPUnit
Matrix: Reports
Fit to window
Zoom out
Zoom in

Annotations

48 errors and 7 warnings
PHPUnit (8.2, none): tests/Blueprint/MiscTest.php#L107
JBZoo\PHPUnit\Blueprint\MiscTest::testCheckPhpSchemaExampleInReadme The file doesn't contain expected text. See: README.md Expected text: -------------------------------------------------------------------------------- <details> <summary>Click to see: PHP Array as file</summary> ```php <?php declare(strict_types=1); return [ 'csv_structure' => [ 'header' => true, 'delimiter' => ',', 'quote_char' => '\\', 'enclosure' => '"', 'encoding' => 'utf-8', 'bom' => false, ], 'columns' => [ [ 'name' => 'csv_header_name', 'description' => 'Lorem ipsum', 'rules' => [ 'not_empty' => true, 'exact_value' => 'Some string', 'allow_values' => ['y', 'n', ''], 'regex' => '/^[\\d]{2}$/', 'min_length' => 1, 'max_length' => 10, 'only_trimed' => true, 'only_lowercase' => true, 'only_uppercase' => true, 'only_capitalize' => true, 'min' => 10, 'max' => 100.5, 'precision' => 2, 'date_format' => 'Y-m-d', 'min_date' => '2000-01-02', 'max_date' => '+1 day', 'is_bool' => true, 'is_int' => true, 'is_float' => true, 'is_ip' => true, 'is_url' => true, 'is_email' => true, 'is_domain' => true, 'is_uuid4' => true, 'is_latitude' => true, 'is_longitude' => true, 'cardinal_direction' => true, 'usa_market_name' => true, ], ], ], ]; ``` </details> -------------------------------------------------------------------------------- Failed asserting that false is true. vendor/jbzoo/phpunit/src/functions/aliases.php:79 vendor/jbzoo/phpunit/src/functions/aliases.php:439 tests/Blueprint/MiscTest.php:150 tests/Blueprint/MiscTest.php:109
PHPUnit (8.2, none)
Process completed with exit code 2.
PHPUnit (8.1, none, --prefer-lowest)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.1, none, --prefer-lowest): tests/Blueprint/MiscTest.php#L107
JBZoo\PHPUnit\Blueprint\MiscTest::testCheckPhpSchemaExampleInReadme The file doesn't contain expected text. See: README.md Expected text: -------------------------------------------------------------------------------- <details> <summary>Click to see: PHP Array as file</summary> ```php <?php declare(strict_types=1); return [ 'csv_structure' => [ 'header' => true, 'delimiter' => ',', 'quote_char' => '\\', 'enclosure' => '"', 'encoding' => 'utf-8', 'bom' => false, ], 'columns' => [ [ 'name' => 'csv_header_name', 'description' => 'Lorem ipsum', 'rules' => [ 'not_empty' => true, 'exact_value' => 'Some string', 'allow_values' => ['y', 'n', ''], 'regex' => '/^[\\d]{2}$/', 'min_length' => 1, 'max_length' => 10, 'only_trimed' => true, 'only_lowercase' => true, 'only_uppercase' => true, 'only_capitalize' => true, 'min' => 10, 'max' => 100.5, 'precision' => 2, 'date_format' => 'Y-m-d', 'min_date' => '2000-01-02', 'max_date' => '+1 day', 'is_bool' => true, 'is_int' => true, 'is_float' => true, 'is_ip' => true, 'is_url' => true, 'is_email' => true, 'is_domain' => true, 'is_uuid4' => true, 'is_latitude' => true, 'is_longitude' => true, 'cardinal_direction' => true, 'usa_market_name' => true, ], ], ], ]; ``` </details> -------------------------------------------------------------------------------- Failed asserting that false is true. vendor/jbzoo/phpunit/src/functions/aliases.php:79 vendor/jbzoo/phpunit/src/functions/aliases.php:439 tests/Blueprint/MiscTest.php:150 tests/Blueprint/MiscTest.php:109
PHPUnit (8.1, none, --prefer-lowest)
Process completed with exit code 2.
PHPUnit (8.1, xdebug, --prefer-lowest)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.1, xdebug, --prefer-lowest): tests/Blueprint/MiscTest.php#L107
JBZoo\PHPUnit\Blueprint\MiscTest::testCheckPhpSchemaExampleInReadme The file doesn't contain expected text. See: README.md Expected text: -------------------------------------------------------------------------------- <details> <summary>Click to see: PHP Array as file</summary> ```php <?php declare(strict_types=1); return [ 'csv_structure' => [ 'header' => true, 'delimiter' => ',', 'quote_char' => '\\', 'enclosure' => '"', 'encoding' => 'utf-8', 'bom' => false, ], 'columns' => [ [ 'name' => 'csv_header_name', 'description' => 'Lorem ipsum', 'rules' => [ 'not_empty' => true, 'exact_value' => 'Some string', 'allow_values' => ['y', 'n', ''], 'regex' => '/^[\\d]{2}$/', 'min_length' => 1, 'max_length' => 10, 'only_trimed' => true, 'only_lowercase' => true, 'only_uppercase' => true, 'only_capitalize' => true, 'min' => 10, 'max' => 100.5, 'precision' => 2, 'date_format' => 'Y-m-d', 'min_date' => '2000-01-02', 'max_date' => '+1 day', 'is_bool' => true, 'is_int' => true, 'is_float' => true, 'is_ip' => true, 'is_url' => true, 'is_email' => true, 'is_domain' => true, 'is_uuid4' => true, 'is_latitude' => true, 'is_longitude' => true, 'cardinal_direction' => true, 'usa_market_name' => true, ], ], ], ]; ``` </details> -------------------------------------------------------------------------------- Failed asserting that false is true. vendor/jbzoo/phpunit/src/functions/aliases.php:79 vendor/jbzoo/phpunit/src/functions/aliases.php:439 tests/Blueprint/MiscTest.php:150 tests/Blueprint/MiscTest.php:109
PHPUnit (8.1, xdebug, --prefer-lowest)
Process completed with exit code 2.
PHPUnit (8.2, xdebug, --prefer-lowest)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.2, xdebug, --prefer-lowest): tests/Blueprint/MiscTest.php#L107
JBZoo\PHPUnit\Blueprint\MiscTest::testCheckPhpSchemaExampleInReadme The file doesn't contain expected text. See: README.md Expected text: -------------------------------------------------------------------------------- <details> <summary>Click to see: PHP Array as file</summary> ```php <?php declare(strict_types=1); return [ 'csv_structure' => [ 'header' => true, 'delimiter' => ',', 'quote_char' => '\\', 'enclosure' => '"', 'encoding' => 'utf-8', 'bom' => false, ], 'columns' => [ [ 'name' => 'csv_header_name', 'description' => 'Lorem ipsum', 'rules' => [ 'not_empty' => true, 'exact_value' => 'Some string', 'allow_values' => ['y', 'n', ''], 'regex' => '/^[\\d]{2}$/', 'min_length' => 1, 'max_length' => 10, 'only_trimed' => true, 'only_lowercase' => true, 'only_uppercase' => true, 'only_capitalize' => true, 'min' => 10, 'max' => 100.5, 'precision' => 2, 'date_format' => 'Y-m-d', 'min_date' => '2000-01-02', 'max_date' => '+1 day', 'is_bool' => true, 'is_int' => true, 'is_float' => true, 'is_ip' => true, 'is_url' => true, 'is_email' => true, 'is_domain' => true, 'is_uuid4' => true, 'is_latitude' => true, 'is_longitude' => true, 'cardinal_direction' => true, 'usa_market_name' => true, ], ], ], ]; ``` </details> -------------------------------------------------------------------------------- Failed asserting that false is true. vendor/jbzoo/phpunit/src/functions/aliases.php:79 vendor/jbzoo/phpunit/src/functions/aliases.php:439 tests/Blueprint/MiscTest.php:150 tests/Blueprint/MiscTest.php:109
PHPUnit (8.2, xdebug, --prefer-lowest)
Process completed with exit code 2.
PHPUnit (8.3, none, --prefer-lowest)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.3, none, --prefer-lowest)
The operation was canceled.
PHPUnit (8.3, xdebug)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.3, xdebug)
The operation was canceled.
PHPUnit (8.1, none)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.1, none)
The operation was canceled.
PHPUnit (8.3, none)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.3, none)
The operation was canceled.
PHPUnit (8.2, none, --prefer-lowest)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.2, none, --prefer-lowest)
The operation was canceled.
PHPUnit (8.3, xdebug, --prefer-lowest)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.3, xdebug, --prefer-lowest)
The operation was canceled.
PHPUnit (8.2, xdebug)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.2, xdebug)
The operation was canceled.
Linters (8.3): src/Commands/CreateCsv.php#L57
The method CreateCsv::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateCsv.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.3): src/Commands/CreateSchema.php#L57
The method CreateSchema::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateSchema.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.2): src/Commands/CreateCsv.php#L57
The method CreateCsv::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateCsv.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.3): src/Commands/ValidateDir.php#L48
The method ValidateDir::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateDir.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.2): src/Commands/CreateSchema.php#L57
The method CreateSchema::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateSchema.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.3): src/Commands/ValidateFile.php#L48
The method ValidateFile::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateFile.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.2): src/Commands/ValidateDir.php#L48
The method ValidateDir::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateDir.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.3): src/Csv/CsvFile.php#L148
Avoid unused parameters such as '$quickStop'. Rule : Unused Code Rules / UnusedFormalParameter / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedFormalParameter) File Path: src/Csv/CsvFile.php:148 Docs : https://phpmd.org/rules/unusedcode.html#unusedformalparameter
Linters (8.2): src/Commands/ValidateFile.php#L48
The method ValidateFile::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateFile.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.3): src/Validators/Validator.php#L23
Avoid unused private fields such as '$column'. Rule : Unused Code Rules / UnusedPrivateField / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedPrivateField) File Path: src/Validators/Validator.php:23 Docs : https://phpmd.org/rules/unusedcode.html#unusedprivatefield
Linters (8.2): src/Csv/CsvFile.php#L148
Avoid unused parameters such as '$quickStop'. Rule : Unused Code Rules / UnusedFormalParameter / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedFormalParameter) File Path: src/Csv/CsvFile.php:148 Docs : https://phpmd.org/rules/unusedcode.html#unusedformalparameter
Linters (8.3)
Process completed with exit code 2.
Linters (8.2): src/Validators/Validator.php#L23
Avoid unused private fields such as '$column'. Rule : Unused Code Rules / UnusedPrivateField / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedPrivateField) File Path: src/Validators/Validator.php:23 Docs : https://phpmd.org/rules/unusedcode.html#unusedprivatefield
Linters (8.2)
Process completed with exit code 2.
Linters (8.1): src/Commands/CreateCsv.php#L57
The method CreateCsv::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateCsv.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.1): src/Commands/CreateSchema.php#L57
The method CreateSchema::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateSchema.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.1): src/Commands/ValidateDir.php#L48
The method ValidateDir::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateDir.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.1): src/Commands/ValidateFile.php#L48
The method ValidateFile::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateFile.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.1): src/Csv/CsvFile.php#L148
Avoid unused parameters such as '$quickStop'. Rule : Unused Code Rules / UnusedFormalParameter / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedFormalParameter) File Path: src/Csv/CsvFile.php:148 Docs : https://phpmd.org/rules/unusedcode.html#unusedformalparameter
Linters (8.1): src/Validators/Validator.php#L23
Avoid unused private fields such as '$column'. Rule : Unused Code Rules / UnusedPrivateField / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedPrivateField) File Path: src/Validators/Validator.php:23 Docs : https://phpmd.org/rules/unusedcode.html#unusedprivatefield
Linters (8.1)
Process completed with exit code 2.
PHPUnit (8.1, xdebug)
The job was canceled because "_8_2_none" failed.
PHPUnit (8.1, xdebug)
The operation was canceled.
PHPUnit (8.2, none)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Reports (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Reports (8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters (8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters (8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Reports (8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
Reports - 8.1 Expired
1.89 MB
Reports - 8.2 Expired
1.89 MB
Reports - 8.3 Expired
1.89 MB