Set up coverage

This commit is contained in:
Alec Sears
2019-10-10 15:35:44 -05:00
parent a50c9a3e77
commit 49ecea2b90
3 changed files with 3 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ jobs:
paths:
- ./vendor
- run: make test-ci
- run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
- store_test_results:
path: /tmp/circleci-test-results
- store_artifacts: