Browse Source

Report coverage

renovate/configure
Yota Toyama 8 years ago
parent
commit
f09084f629
  1. 4
      .circleci/config.yml

4
.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

Loading…
Cancel
Save