Skip to content

Commit 88ff912

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

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
@@ -26,12 +26,6 @@ jobs:
2626
- run:
2727
name: Generate code coverage
2828
command: './node_modules/.bin/nyc report --reporter=json > coverage/coverage.json'
29-
- store_artifacts:
30-
path: test-results.xml
31-
prefix: tests
32-
- store_artifacts:
33-
path: coverage
34-
prefix: coverage
3529
- run:
3630
name: send code coverage to codecov
3731
command: ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)