Skip to content

Commit

Permalink
Add coveralls token to CircleCI
Browse files Browse the repository at this point in the history
Including as ENV var in CircleCI project does not appear to work, and Coveralls suggests this is how to handle CircleCI integration.
  • Loading branch information
mjgiarlo committed Jan 13, 2020
1 parent 4215083 commit 4de1152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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 \
Expand Down

0 comments on commit 4de1152

Please sign in to comment.