Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 0d8702a

Browse files
committed
ci(circle): Removes coverage checks while there are no tests.
1 parent 4745338 commit 0d8702a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- run:
3131
name: Compiling Code
3232
command: npm run build
33-
- run:
34-
name: Testing Code
35-
command: npm run cover
3633
- run:
3734
name: Linting Code
3835
command: npm run lint

0 commit comments

Comments
 (0)