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

Hide coveralls repository token #125

Merged

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Apr 22, 2016

The coveralls repository token is supposed to be private because it grants write access. To hide it while it keeps working:

  1. removed COVERALLS_REPO_TOKEN from .travis.yml
  2. generated a new repository token
  3. set COVERALLS_REPO_TOKEN to the new token on Travis as a hidden environment variable

as we did in DART thanks to @mkoval.

Also, I changed the coverage test to be done in linux/debug builds instead of adding a separate build to reduce the whole Travis test. It could be better the coverage test is done only for gcc, but Travis doesn't provide environment variable to detect the compiler. I'm open to hearing a better way to do this.

@jslee02 jslee02 added this to the FCL 0.5.0 milestone Apr 22, 2016
@sherm1
Copy link
Member

sherm1 commented Apr 22, 2016

Looks good to me.

@jslee02 jslee02 merged commit a0802df into flexible-collision-library:master Apr 26, 2016
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.

2 participants