Annotate exception location instead of spec #2
Annotations
22 errors and 1 warning
RSpec tests ruby 3.0:
vendor/bundle/ruby/3.0.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed outputs the GitHub annotation formatted error
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.0:
vendor/bundle/ruby/3.0.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed relative_path to GITHUB_WORKSPACE inside root dir returns the relative path
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.0:
vendor/bundle/ruby/3.0.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed relative_path to GITHUB_WORKSPACE inside subdirectory dir returns the relative path
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.0:
vendor/bundle/ruby/3.0.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_pending when pending outputs the GitHub annotation formatted warning
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::SkippedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.0:
vendor/bundle/ruby/3.0.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_pending when skipped outputs the GitHub annotation formatted warning
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::SkippedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.0
Process completed with exit code 1.
|
RSpec tests ruby 3.1
The job was canceled because "_3_0" failed.
|
RSpec tests ruby 3.1:
vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed outputs the GitHub annotation formatted error
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.1:
vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed relative_path to GITHUB_WORKSPACE inside root dir returns the relative path
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.1:
vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed relative_path to GITHUB_WORKSPACE inside subdirectory dir returns the relative path
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.1:
vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_pending when pending outputs the GitHub annotation formatted warning
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::SkippedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.1:
vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_pending when skipped outputs the GitHub annotation formatted warning
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::SkippedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.1
Process completed with exit code 1.
|
RSpec tests ruby 3.2
The job was canceled because "_3_0" failed.
|
RSpec tests ruby 3.2:
vendor/bundle/ruby/3.2.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed outputs the GitHub annotation formatted error
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.2:
vendor/bundle/ruby/3.2.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed relative_path to GITHUB_WORKSPACE inside root dir returns the relative path
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.2:
vendor/bundle/ruby/3.2.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_failed relative_path to GITHUB_WORKSPACE inside subdirectory dir returns the relative path
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::FailedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.2:
vendor/bundle/ruby/3.2.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_pending when pending outputs the GitHub annotation formatted warning
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::SkippedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.2:
vendor/bundle/ruby/3.2.0/gems/rspec-support-3.13.1/lib/rspec/support.rb#L110
RSpec::Github::Formatter#example_pending when skipped outputs the GitHub annotation formatted warning
Failure/Error: if @notification.exception
#<Double "RSpec::Core::Notifications::SkippedExampleNotification"> received unexpected message :exception with (no args)
|
RSpec tests ruby 3.2
Process completed with exit code 1.
|
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
Process completed with exit code 1.
|
e2e:
lib/rspec/github/notification_decorator.rb#L46
RSpec::Github::Formatter adds annotiations correctly when running in a subdirectory
Failure/Error: if @notification.exception
NoMethodError:
undefined method `exception' for #<struct RSpec::Core::Notifications::SkippedExampleNotification example=#<RSpec::Core::Example "adds annotiations correctly when running in a subdirectory">>
|