buildkite / test-collector-ruby

Buildkite Test Analytics collector for Ruby test frameworks
http://buildkite.com/test-analytics
MIT License
15 stars 26 forks source link

Fix nil pointer #188

Closed ChrisBr closed 1 year ago

ChrisBr commented 1 year ago

I'm not entirely sure about this fix but we still get an error if we don't initialize the plugin locally.

Screenshot 2023-05-02 at 14 16 54

Potentially related to https://github.com/buildkite/test-collector-ruby/pull/125.

blaknite commented 1 year ago

Thanks @ChrisBr! This seems like the most pragmatic fix for this bug, and gets you unblocked quickly. I'll hit go on the build and merge once it passes.