Skip to content

Commit

Permalink
cli demo: add typescript as dev dependency (#774)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
  • Loading branch information
alexjorgef authored Oct 25, 2022
1 parent ee1ff34 commit a7a75fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"@types/node": "^18.7.14",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}

1 comment on commit a7a75fa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test coverage

Title Lines Statements Branches Functions
api-utils Coverage: 66%
66.56% (219/329) 50.61% (41/81) 68.05% (49/72)
auth Coverage: 97%
97.94% (143/146) 90.9% (20/22) 100% (42/42)
core Coverage: 89%
90.14% (567/629) 75.79% (119/157) 83.72% (108/129)
evm-api Coverage: 82%
80.72% (469/581) 17.57% (58/330) 66.32% (197/297)
evm-utils Coverage: 36%
36.68% (343/935) 39.17% (105/268) 28.26% (91/322)
sol-api Coverage: 75%
76.1% (86/113) 47.36% (9/19) 53.19% (25/47)
sol-utils Coverage: 82%
81.18% (82/101) 66.66% (12/18) 85.71% (30/35)
streams Coverage: 82%
82.72% (383/463) 64% (64/100) 72.72% (96/132)

Please sign in to comment.