Skip to content

Commit 889d66b

Browse files
committed
[CODECOV]: done fix, removed unused
igned-off-by: ashish <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent 198aeeb commit 889d66b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
- run:
2424
name: Test
2525
command: npm test
26-
- run:
27-
name: Generate code coverage
28-
command: ./node_modules/.bin/nyc report --reporter=json
29-
- run:
30-
name: moving report to right file
31-
command: mv coverage/coverage-final.json coverage/coverage.json
3226
- run:
3327
name: send code coverage to codecov
3428
command: ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)