Skip to content

Annotate exception location instead of spec #3

Annotate exception location instead of spec

Annotate exception location instead of spec #3

Triggered via push September 16, 2024 09:40
Status Success
Total duration 21s
Artifacts

ci.yml

on: push
Matrix: rspec
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
e2e: vendor/bundle/ruby/3.0.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter creates an error annotation for failing specs Failure/Error: expect(true).to eq false expected: false got: true (compared using ==) Diff: @@ -1 +1 @@ -false +true
e2e: spec/integration/failing_spec.rb#L8
RSpec::Github::Formatter creates a warning annotation for unimplemented specs Skipped: Not yet implemented
e2e: spec/integration/failing_spec.rb#L12
RSpec::Github::Formatter creates a warning annotation for pending specs Failure/Error: raise RuntimeError:
e2e: spec/integration/failing_spec.rb#L15
RSpec::Github::Formatter creates a warning annotation for skipped specs Skipped: because reasons
e2e: spec/integration/relative_path/pending_spec.rb#L4
RSpec::Github::Formatter adds annotiations correctly when running in a subdirectory Skipped: Not yet implemented