You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
However, I was wondering if it is OK when codecov fails to cause the tests to fail? Is there an official way to prevent returning non-zero exit status when this happen?
I'm getting somewhat frequently today errors like
uri/common.rb:739:in 'URI': bad argument (expected URI object or URI string) (ArgumentError)It looks the problem comes from here:
codecov-ruby/lib/codecov.rb
Line 413 in e1b4e2f
However, I was wondering if it is OK when codecov fails to cause the tests to fail? Is there an official way to prevent returning non-zero exit status when this happen?