From 4de11521665a41c5d67ea43a967b5a4f0fc71dec Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Mon, 13 Jan 2020 13:36:20 -0800 Subject: [PATCH] Add coveralls token to CircleCI Including as ENV var in CircleCI project does not appear to work, and Coveralls suggests this is how to handle CircleCI integration. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c409f4d92..a102a8be1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: - run: name: Run rspec in parallel command: | - bundle exec rspec --profile 10 \ + COVERALLS_REPO_TOKEN=z4N0NPG6SFstUz6frJqnGeQZpYUExeHRX bundle exec rspec --profile 10 \ --format RspecJunitFormatter \ --out test_results/rspec.xml \ --format progress \