Skip to content

Commit b5f26e4

Browse files
committed
[TESTS]: coverage fixed
igned-off-by: ashish <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent 88ff912 commit b5f26e4

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
command: npm test
2626
- run:
2727
name: Generate code coverage
28-
command: './node_modules/.bin/nyc report --reporter=json > coverage/coverage.json'
28+
command: ./node_modules/.bin/nyc report --reporter=json
2929
- run:
3030
name: send code coverage to codecov
3131
command: ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)