Skip to content

Commit

Permalink
Merge pull request #495 from inspec/mj/bk-coverage-priv
Browse files Browse the repository at this point in the history
Move coverage private and use our repo_token
  • Loading branch information
miah authored Jul 24, 2019
2 parents 4b4756a + 367c1fe commit 67ae663
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .expeditor/buildkite/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,5 @@ echo "--- bundle install"
bundle install --jobs=7 --retry=3 --without tools integration

echo "+++ bundle exec rake"
export CI_NAME=Buildkite
export CI_BUILD_NUMBER=$BUILDKITE_BUILD_NUMBER
export CI_BUILD_URL=$BUILDKITE_BUILD_URL
export CI_BRANCH=$BUILDKITE_BRANCH

bundle exec rake

10 changes: 9 additions & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ pipelines:

- coverage:
description: Generate test coverage report
public: true
secrets:
coveralls:
path: secret/coveralls/train
field: repo_token
env:
- CI_ENABLE_COVERAGE: true
- CI_NAME: Buildkite
- CI_BUILD_NUMBER: $BUILDKITE_BUILD_NUMBER
- CI_BUILD_URL: $BUILDKITE_BUILD_URL
- CI_BRANCH: $BUILDKITE_BRANCH

0 comments on commit 67ae663

Please sign in to comment.