-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
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
Fixed repo_token being displayed in clear text #73
Conversation
@@ -63,9 +63,9 @@ def self.hash_to_file(hash) | |||
|
|||
def self.apified_hash hash | |||
config = Coveralls::Configuration.configuration | |||
if ENV['CI'] || ENV['COVERALLS_DEBUG'] || Coveralls.testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey why did you remove the ENV['CI']
from this conditional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops, my bad. That was for testing and I left it accidentally in the commit. Hold on, I'm going to remove it.
@nickmerwin Fixed :) |
@nickmerwin What do you think about this? Do you think that can be merged? |
hi @amercier ah yes, thank you for pinging. I'll include in the next release (should be today). |
👍 |
Fixed repo_token being displayed in clear text
Spaces after columns can be missing the JSON output. Because of that,
repo_token
value is not replaced by[secure]
. See https://travis-ci.org/amercier/oeco/builds/47742447 as an example.