Skip to content

Commit

Permalink
Call coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsmith committed Jan 13, 2020
1 parent ddb4c3c commit 0cf1446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ commands:
fi
if [ << parameters.coverage >> == 1 ]; then
# code coverage report
codecov
export COVERALLS_REPO_TOKEN="yUoFnf5H5uC9MJ9kLqzKaoSxkPf5dHc7F"
coveralls
fi
build-docs:
Expand Down

0 comments on commit 0cf1446

Please sign in to comment.