Skip to content

Refactor regex validation checks to a dedicated method (#64) #183

Refactor regex validation checks to a dedicated method (#64)

Refactor regex validation checks to a dedicated method (#64) #183

Triggered via push March 19, 2024 23:00
Status Success
Total duration 20s
Artifacts

demo.yml

on: push
All Report Types
11s
All Report Types
Docker
10s
Docker
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
All Report Types: tests/schemas/demo_invalid.yml#L1
is_float at column 2:Float "is_float", column "2:Float". Value "Qwerty" is not a float number.
All Report Types: tests/schemas/demo_invalid.yml#L1
allow_values at column 4:Favorite color "allow_values", column "4:Favorite color". Value "123" is not allowed. Allowed values: ["red", "green", "Blue"].
All Report Types: tests/fixtures/batch/demo-1.csv#L1
ag:is_unique at column 1:City "ag:is_unique" at line 1, column "1:City". Column has non-unique values. Unique: 1, total: 2.
All Report Types: tests/fixtures/batch/demo-1.csv#L3
allow_values at column 4:Favorite color "allow_values" at line 3, column "4:Favorite color". Value "blue" is not allowed. Allowed values: ["red", "green", "Blue"].
All Report Types: tests/fixtures/batch/demo-2.csv#L2
length_min at column 0:Name "length_min" at line 2, column "0:Name". The length of the value "Carl" is 4, which is less than the expected "5".
All Report Types: tests/fixtures/batch/demo-2.csv#L7
length_min at column 0:Name "length_min" at line 7, column "0:Name". The length of the value "Lois" is 4, which is less than the expected "5".
All Report Types: tests/fixtures/batch/demo-2.csv#L2
date_min at column 3:Birthday "date_min" at line 2, column "3:Birthday". The date of the value "1955-05-14" is parsed as "1955-05-14 00:00:00 +00:00", which is less than the expected "1955-05-15 00:00:00 +00:00 (1955-05-15)".
All Report Types: tests/fixtures/batch/demo-2.csv#L4
date_min at column 3:Birthday "date_min" at line 4, column "3:Birthday". The date of the value "1955-05-14" is parsed as "1955-05-14 00:00:00 +00:00", which is less than the expected "1955-05-15 00:00:00 +00:00 (1955-05-15)".
All Report Types: tests/fixtures/batch/demo-2.csv#L5
date_max at column 3:Birthday "date_max" at line 5, column "3:Birthday". The date of the value "2010-07-20" is parsed as "2010-07-20 00:00:00 +00:00", which is greater than the expected "2009-01-01 00:00:00 +00:00 (2009-01-01)".
All Report Types: tests/fixtures/batch/sub/demo-3.csv#L1
filename_pattern at column "filename_pattern" at line 1, column "". Filename "tests/fixtures/batch/sub/demo-3.csv" does not match pattern: "/demo-[12].csv$/i".
Docker
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/.
All Report Types
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/.