Upload core and viewer

This commit is contained in:
dannyrb 2019-08-05 11:39:10 -04:00
parent 4664f673d6
commit 395315ea4c

View File

@ -57,10 +57,15 @@ jobs:
JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml" JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml"
- codecov/upload: - codecov/upload:
conf: "/home/circleci/repo/.codecov.yml" conf: ~/repo/.codecov.yml
file: "/home/circleci/repo/platform/viewer/coverage/lcov.info" file: ~/repo/platform/viewer/coverage/clover.xml
flags: "viewer" flags: "viewer"
- codecov/upload:
conf: ~/repo/.codecov.yml
file: ~/repo/platform/core/coverage/clover.xml
flags: "core"
# Store result # Store result
- store_test_results: - store_test_results:
path: reports/junit path: reports/junit