Skip to content

Added schemas to be mapped to data sets. #23

Added schemas to be mapped to data sets.

Added schemas to be mapped to data sets. #23

Triggered via push June 4, 2024 05:14
Status Failure
Total duration 2m 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 3 warnings, and 21 notices
rspec: spec/requests/schemas_spec.rb#L19
Schemas GET /create returns http success Failure/Error: expect(response).to have_http_status(:success) expected the response to have a success status code (2xx) but it was 302
rspec: spec/requests/schemas_spec.rb#L5
Schemas GET /index returns http success Failure/Error: expect(response).to have_http_status(:success) expected the response to have a success status code (2xx) but it was 302
rspec: spec/requests/schemas_spec.rb#L26
Schemas GET /edit returns http success Failure/Error: expect(response).to have_http_status(:success) expected the response to have a success status code (2xx) but it was 302
rspec: spec/requests/schemas_spec.rb#L12
Schemas GET /show returns http success Failure/Error: expect(response).to have_http_status(:success) expected the response to have a success status code (2xx) but it was 302
rspec: spec/features/classifications/classify_flow_spec.rb#L182
Classify call types when selecting a common incident creates the classification successfully Failure/Error: expect(unique_value_1_1.reload.classifications_count).to eq(3) expected: 3 got: 2 (compared using ==)
rspec
Process completed with exit code 1.
rspec: spec/helpers/schemas_helper_spec.rb#L14
SchemasHelper add some examples to (or delete) /home/runner/work/classifyr/classifyr/spec/helpers/schemas_helper_spec.rb Skipped: Not yet implemented
rspec: spec/models/schema_spec.rb#L4
Schema add some examples to (or delete) /home/runner/work/classifyr/classifyr/spec/models/schema_spec.rb Skipped: Not yet implemented
spec/factories/schemas.rb#L2
Empty block detected. [Lint/EmptyBlock]
app/helpers/schemas_helper.rb#L1
Missing top-level documentation comment for `module SchemasHelper`. [Style/Documentation]
app/helpers/schemas_helper.rb#L1
Missing frozen string literal comment. [Style/FrozenStringLiteralComment]
spec/factories/schemas.rb#L1
Missing frozen string literal comment. [Style/FrozenStringLiteralComment]
spec/factories/schemas.rb#L3
Trailing whitespace detected. [Layout/TrailingWhitespace]
spec/helpers/schemas_helper_spec.rb#L1
Missing frozen string literal comment. [Style/FrozenStringLiteralComment]
spec/models/schema_spec.rb#L1
Missing frozen string literal comment. [Style/FrozenStringLiteralComment]
spec/requests/schemas_spec.rb#L1
Missing frozen string literal comment. [Style/FrozenStringLiteralComment]
spec/requests/schemas_spec.rb#L3
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L4
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L5
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L6
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L11
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L12
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L13
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L18
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L19
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L20
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L25
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L26
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L27
Prefer single-quoted strings when you don't need string interpolation or special symbols. [Style/StringLiterals]
spec/requests/schemas_spec.rb#L31
Extra empty line detected at block body end. [Layout/EmptyLinesAroundBlockBody]