chore: Fix coverage upload.

This commit is contained in:
Dylan Vann 2019-02-21 15:05:31 -05:00
parent 90d97b1d3a
commit 2cfa0cccae
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
command: yarn test --coverage
- run:
name: Upload Test Coverage
command: yarn bash <(curl -s https://codecov.io/bash)
command: bash <(curl -s https://codecov.io/bash)
- save_cache:
paths:
- ~/.cache/yarn