Skip to content

Commit

Permalink
Merge pull request #347 from getsafle/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sshubhamagg authored Sep 19, 2024
2 parents 6e89756 + 88b5d0d commit fe263aa
Show file tree
Hide file tree
Showing 15 changed files with 8,534 additions and 4,154 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
GITHUB_ACTIONS: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.16.0
node-version: 18.x
- run: npm ci
- run: npm run test

Expand All @@ -29,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.16.0
node-version: 18.x
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/other-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setting up Node.js
uses: actions/setup-node@v2
with:
node-version: '16.16.0'
node-version: 18.x

- name: Installing dependencies
run: npm ci
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ test.js
test2.js
vault_test.js
coverage
.coverage
.coverage
safle-vault.code-workspace
vault_test.json
vault_test_bitcoin.js
vault_test_recovery.js
test_getFees.js
Loading

1 comment on commit fe263aa

@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 (72%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files72.2963.7883.5272.86 
chains94.735010094.73 
   index.js94.735010094.7355
config100100100100 
   index.js100100100100 
constants100100100100 
   index.js100100100100 
constants/responses100100100100 
   index.js100100100100 
lib71.5765.1182.8171.83 
   keyring.js67.262.7280.3967.4753, 70, 80, 84–85, 168–188, 219–222, 236–262, 284–294, 371–449, 466–469, 478, 496–591, 611–658, 748–751, 962, 992, 1018–1019, 1038–1120, 1222, 1251–1254, 1278–1280, 1310–1316, 1327, 1357–1364, 1386–1389, 1420–1435, 1462, 1468
   vault.js92.3883.6792.392.3824, 34, 53–55, 84, 97, 113
utils71.7555.3882.3573.8 
   helper.js71.7555.3882.3573.89–16, 89–99, 132, 155, 167–169, 178–182, 203–205, 232, 250, 268, 335–367

Please sign in to comment.