Skip to content

Add test files for adapters #3

Add test files for adapters

Add test files for adapters #3

Triggered via push January 14, 2025 13:25
Status Failure
Total duration 16m 7s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 11 warnings, and 352 notices
test: spec/lib/junit_adapter_spec.rb#L32
JunitAdapter#parse_output with assertionerrors returns the correct numbers Failure/Error: expect(adapter.parse_output(stdout: stdout, stderr: stderr)).to eq(count:, failed:, error_messages: error_matches) expected: {:count=>42, :error_messages=>[], :failed=>25} got: {:count=>42, :failed=>25} (compared using ==) Diff: @@ -1,4 +1,3 @@ :count => 42, -:error_messages => [], :failed => 25,
test
Process completed with exit code 1.
scan_ruby
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
scan_ruby
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
slim-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[rubocop] Gemfile#L59 <Bundler/OrderedGems>: Gemfile#L59
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `showdown-rails` should appear before `zxcvbn-ruby`.
[rubocop] lib/junit_adapter.rb#L23 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L23
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L24 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L24
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L25 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L25
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L26 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L26
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L27 <Style/MethodCallWithoutArgsParentheses>: lib/junit_adapter.rb#L27
Do not use parentheses for method calls with no arguments.
[rubocop] lib/junit_adapter.rb#L27 <Style/StringLiterals>: lib/junit_adapter.rb#L27
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/junit_adapter.rb#L34 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L34
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L35 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L35
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L36 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L36
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L37 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L37
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L38 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L38
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L39 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L39
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L40 <Style/MethodCallWithoutArgsParentheses>: lib/junit_adapter.rb#L40
Do not use parentheses for method calls with no arguments.
[rubocop] lib/junit_adapter.rb#L40 <Style/StringLiterals>: lib/junit_adapter.rb#L40
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/junit_adapter.rb#L46 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L46
Surrounding space missing for operator `+`.
[rubocop] lib/junit_adapter.rb#L46 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L46
Surrounding space missing for operator `+`.
[rubocop] lib/py_unit_adapter.rb#L54 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L54
Surrounding space missing for operator `=`.
[rubocop] lib/py_unit_adapter.rb#L55 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L55
Surrounding space missing for operator `=`.
[rubocop] lib/py_unit_adapter.rb#L56 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L56
Surrounding space missing for operator `=`.
[rubocop] lib/py_unit_adapter.rb#L57 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L57
Surrounding space missing for operator `=`.
[rubocop] lib/py_unit_adapter.rb#L67 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L67
Surrounding space missing for operator `+`.
[rubocop] spec/lib/junit_adapter_spec.rb#L11 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L11
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L27 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L27
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L38 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L38
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L42 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L42
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L45 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L45
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L46 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L46
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L55 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L55
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L58 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L58
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L61 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L61
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L62 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L62
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L70 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L70
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L73 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L73
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L76 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L76
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L77 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L77
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L85 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L85
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L88 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L88
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L91 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L91
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L92 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L92
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L100 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L100
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L103 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L103
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L106 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L106
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L107 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L107
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L115 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L115
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L118 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L118
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L121 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L121
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L130 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L130
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L133 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L133
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L136 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L136
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L145 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L145
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L148 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L148
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L151 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L151
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L152 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L152
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L160 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L160
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L163 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L163
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L166 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L166
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L167 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L167
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L175 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L175
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L178 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L178
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L181 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L181
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L182 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L182
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L190 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L190
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L193 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L193
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L196 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L196
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L197 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L197
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L205 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L205
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L208 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L208
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L211 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L211
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L212 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L212
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L220 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L220
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L223 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L223
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L226 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L226
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L227 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L227
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L235 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L235
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L238 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L238
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L241 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L241
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L250 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L250
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L253 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L253
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L256 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L256
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L14 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L14
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L22 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L22
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L23 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L23
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L24 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L24
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L24 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L24
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L25 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L25
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L25 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L25
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L33 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L33
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L34 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L34
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L36 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L36
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L36 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L36
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L37 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L37
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L37 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L37
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L45 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L45
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L45 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L45
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L46 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L46
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L46 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L46
Prefer single-quoted strings when you don't need string interpolation or special symbols.