We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677f1ac commit 9c5282fCopy full SHA for 9c5282f
.circleci/config.yml
@@ -17,30 +17,6 @@ jobs:
17
paths:
18
- node_modules
19
key: deps-hash-{{ checksum "yarn.lock" }}
20
-
21
- - run:
22
- name: "Unit Tests with Coverage"
23
- command: |
24
- mkdir -p ./reports/junit/
25
- yarn test:ci --config=jest.config.js
26
- environment:
27
- JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
28
- JEST_JUNIT_OUTPUT_NAME: test-results.xml
29
30
- - store_test_results:
31
- path: ./reports/junit/
32
33
34
- name: "Upload Coverage to Codecov"
35
36
- curl -Os https://uploader.codecov.io/latest/linux/codecov
37
- chmod +x codecov
38
- ./codecov -t ${CODECOV_TOKEN} -f ./coverage/coverage-final.json
39
40
- - store_artifacts:
41
- path: ./coverage
42
- destination: coverage
43
44
- run:
45
name: "Build"
46
command: yarn build
0 commit comments