(CAT-1618) - Add code coverage back to ci #917
ci.yml
on: pull_request
Matrix: spec
Matrix: acceptance
Waiting for pending jobs
Annotations
6 errors
spec (ruby 3.2) / spec:
spec/spec_helper.rb#L10
Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array. (https://rubystyle.guide#no-trailing-array-commas)
|
spec (ruby 3.2) / spec:
spec/spec_helper.rb#L22
Lint/UselessAssignment: Useless assignment to variable - `e`. (https://rubystyle.guide#underscore-unused-vars)
|
spec (ruby 3.2) / spec
Process completed with exit code 1.
|
spec (ruby 2.7) / spec:
spec/spec_helper.rb#L10
Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array. (https://rubystyle.guide#no-trailing-array-commas)
|
spec (ruby 2.7) / spec:
spec/spec_helper.rb#L22
Lint/UselessAssignment: Useless assignment to variable - `e`. (https://rubystyle.guide#underscore-unused-vars)
|
spec (ruby 2.7) / spec
Process completed with exit code 1.
|