From f09084f629961552c06eaae085615070194d10de Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 21 Nov 2017 18:31:10 +0900 Subject: [PATCH] Report coverage --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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