Skip to content

Commit 149973f

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

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
@@ -26,6 +26,9 @@ jobs:
2626
- run:
2727
name: Generate code coverage
2828
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
2932
- run:
3033
name: send code coverage to codecov
3134
command: ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)