We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Running from the command line I'm getting the error:
uninitialized constant Coveralls::Gcov::Runner::SecureRandom
This is regardless of the parameters I send (excluding help). Running with --trace does not change the output.
--trace
I've installed the gem via gem install.
Thanks!
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
I have the same issue. The runner.rb file needs:
runner.rb
require 'securerandom'
At the beginning of the file.
@yoiang any news?
@mremond Do you know how to workaround this?
@robertofrontado I haven't done any work on it and it's been a while since I've used the library
kishikawakatsumi
Successfully merging a pull request may close this issue.
Hello!
Running from the command line I'm getting the error:
This is regardless of the parameters I send (excluding help). Running with
--trace
does not change the output.I've installed the gem via gem install.
Thanks!
The text was updated successfully, but these errors were encountered: