Skip to content
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

Merged
merged 1 commit into from
Feb 3, 2015
Merged

Fixed repo_token being displayed in clear text #73

merged 1 commit into from
Feb 3, 2015

Conversation

amercier
Copy link
Contributor

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.

amercier added a commit to oeco-architectes/oeco-ruby that referenced this pull request Jan 21, 2015
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 6da573a on amercier:patch-1 into d76cd04 on lemurheavy:master.

@@ -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
Copy link
Member

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?

Copy link
Contributor Author

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.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.54% when pulling 35af4c7 on amercier:patch-1 into d76cd04 on lemurheavy:master.

@amercier
Copy link
Contributor Author

@nickmerwin Fixed :)

@amercier
Copy link
Contributor Author

amercier commented Feb 2, 2015

@nickmerwin What do you think about this? Do you think that can be merged?

@nickmerwin
Copy link
Member

hi @amercier ah yes, thank you for pinging. I'll include in the next release (should be today).

@amercier
Copy link
Contributor Author

amercier commented Feb 2, 2015

👍

nickmerwin added a commit that referenced this pull request Feb 3, 2015
Fixed repo_token being displayed in clear text
@nickmerwin nickmerwin merged commit 98cf570 into lemurheavy:master Feb 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants