Skip to content

Commit 0c51b97

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ 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
2629
- run:
2730
name: send code coverage to codecov
2831
command: ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)