Skip to content

Commit 58d4df1

Browse files
committed
[TESTS]: coverage fixed
igned-off-by: ashish <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent e5a26d5 commit 58d4df1

File tree

3 files changed

+95
-4
lines changed

3 files changed

+95
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
- store_artifacts:
3333
path: coverage
3434
prefix: coverage
35-
- run:
36-
name: Install codecov
37-
command: npm install codecov -g
3835
- run:
3936
name: send code coverage to codecov
40-
command: codecov
37+
command: ./node_modules/.bin/codecov
4138

4239
workflows:
4340
version: 2

package-lock.json

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"avsc": "^5.4.18",
2020
"axios": "^0.19.0",
2121
"chalk": "^3.0.0",
22+
"codecov": "^3.6.5",
2223
"crypto-js": "^3.1.9-1",
2324
"detect-character-encoding": "^0.8.0",
2425
"encoding-japanese": "^1.0.30",

0 commit comments

Comments
 (0)