Skip to content

Commit e930e27

Browse files
committed
removed coverage in ci
1 parent cac2358 commit e930e27

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.circleci/continue-config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
JEST_JUNIT_CLASSNAME: "{classname}"
6262
JEST_JUNIT_TITLE: "{title}"
6363

64-
- store_artifacts:
65-
path: webmoti-react/coverage
66-
6764
- run:
6865
name: "Eslint"
6966
command: |

webmoti-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"test-specific": "npm run test:base -- --testPathPattern",
8585
"update-snapshot-specific": "npm run test:base -- -u --testPathPattern",
8686
"update-all-snapshots": "npm run test:base -- -u",
87-
"test:ci": "npm run test:base -- --ci --runInBand --reporters=default --reporters=jest-junit --coverage --silent",
87+
"test:ci": "npm run test:base -- --ci --runInBand --reporters=default --reporters=jest-junit --silent",
8888
"lint": "eslint src server",
8989
"server": "ts-node -T -P server/tsconfig.json server/index.ts",
9090
"typescript:server": "tsc --noEmit -p server/",
@@ -100,4 +100,4 @@
100100
"view": "twilio rtc:apps:video:view",
101101
"delete": "twilio rtc:apps:video:delete"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)