Skip to content

Commit 9c5282f

Browse files
authored
Update config.yml
1 parent 677f1ac commit 9c5282f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.circleci/config.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,6 @@ jobs:
1717
paths:
1818
- node_modules
1919
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-
- run:
34-
name: "Upload Coverage to Codecov"
35-
command: |
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-
4420
- run:
4521
name: "Build"
4622
command: yarn build

0 commit comments

Comments
 (0)