diff --git a/.circleci/config.yml b/.circleci/config.yml index 25837ed..4be2ca2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,9 @@ jobs: command: rake lint - run: name: Unit Test - command: rake unit_test + command: | + rake unit_test + curl -sSL https://codecov.io/bash | bash - run: name: Command Test command: rake command_test