Skip to content

Commit

Permalink
node version change testcases fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-chainflux committed May 22, 2023
1 parent b7dd9a2 commit 682191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm ci
- run: npm run test

Expand Down

1 comment on commit 682191b

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage Report (69%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files67.760.2968.1169.01 
chains100100100100 
   index.js100100100100 
config100100100100 
   index.js100100100100 
constants100100100100 
   index.js100100100100 
constants/responses100100100100 
   index.js100100100100 
lib65.1360.9666.0366.66 
   keyring.js62.2360.0663.6363.8545, 136, 142–154, 168, 182–186, 195–197, 234–296, 310–334, 359–370, 386–389, 415–419, 430–439, 469, 489–545, 577, 607, 615–631, 657–659, 688–696, 719–723, 742, 767
   vault.js86.5372.7277.7786.5329–32, 44, 53–56
utils75.49527576.04 
   helper.js75.49527576.0410–17, 51–52, 68, 80, 92, 99–107, 123–125, 158–162, 203–205

Please sign in to comment.