Skip to content

Commit

Permalink
Merge pull request #355 from getsafle/pipeline_update
Browse files Browse the repository at this point in the history
pipeline fix
  • Loading branch information
sshubhamagg authored Oct 21, 2024
2 parents 32ee83c + 1a8d7a2 commit c6d4a3f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 40 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
env:
CI: true
GITHUB_ACTIONS: true
OLD_MNEMONIC:"fun rough treat scan glimpse region century purpose expire video remind second"
MNEMONIC:"vintage reflect pass input polar enlist giggle judge render position also document"
PIN:"696969"
PRIVATE_KEY_EVM:"0x7a9633b8103fec11c9e855a6b6c8c072e9af311a69b92ab0ad8186b1fb57371f"
OLD_MNEMONIC: "fun rough treat scan glimpse region century purpose expire video remind second"
MNEMONIC: "vintage reflect pass input polar enlist giggle judge render position also document"
PIN: "696969"
PRIVATE_KEY_EVM: "0x7a9633b8103fec11c9e855a6b6c8c072e9af311a69b92ab0ad8186b1fb57371f"
PRIVATE_KEY_BTC: "KzQfcdjDRUwpVmKKev6k2aAeJFJ359Ht9Umxdg77MTzf2E3bzGsC"
EVM_ADDRESS_1:'0x6bbc122fa843f3ed30d23f8cdd9a430d1f898d07'
EVM_ADDRESS_2:"0xbae949ddb4d8ac763c12f206db842b9b2d49a464"
BITCOIN_ADDRESS_1:"bc1qugw5q5yrzw86wnw3lgldm8en0c736k4hvceuzl"
BITCOIN_ADDRESS_2:"bc1qta5f6q32cphxt5rck3kuspukac7keqvxyuk4cl"
EVM_ADDRESS_1: "0x6bbc122fa843f3ed30d23f8cdd9a430d1f898d07"
EVM_ADDRESS_2: "0xbae949ddb4d8ac763c12f206db842b9b2d49a464"
BITCOIN_ADDRESS_1: "bc1qugw5q5yrzw86wnw3lgldm8en0c736k4hvceuzl"
BITCOIN_ADDRESS_2: "bc1qta5f6q32cphxt5rck3kuspukac7keqvxyuk4cl"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
63 changes: 31 additions & 32 deletions .github/workflows/other-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Feature/Bugfix branch

on:
# workflow_call:
# workflow_call:
push:
branches:
- feature-*
Expand All @@ -13,48 +13,47 @@ on:
- test
pull_request:
branches:
- feature-*
- bugfix-*
- dev
- test
- feature-*
- bugfix-*
- dev
- test
paths:
- package.json
- CHANGELOG
- CHANGELOG

jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
GITHUB_ACTIONS: true
OLD_MNEMONIC:"fun rough treat scan glimpse region century purpose expire video remind second"
MNEMONIC:"vintage reflect pass input polar enlist giggle judge render position also document"
PIN:"696969"
PRIVATE_KEY_EVM:"0x7a9633b8103fec11c9e855a6b6c8c072e9af311a69b92ab0ad8186b1fb57371f"
OLD_MNEMONIC: "fun rough treat scan glimpse region century purpose expire video remind second"
MNEMONIC: "vintage reflect pass input polar enlist giggle judge render position also document"
PIN: "696969"
PRIVATE_KEY_EVM: "0x7a9633b8103fec11c9e855a6b6c8c072e9af311a69b92ab0ad8186b1fb57371f"
PRIVATE_KEY_BTC: "KzQfcdjDRUwpVmKKev6k2aAeJFJ359Ht9Umxdg77MTzf2E3bzGsC"
EVM_ADDRESS_1:'0x6bbc122fa843f3ed30d23f8cdd9a430d1f898d07'
EVM_ADDRESS_2:"0xbae949ddb4d8ac763c12f206db842b9b2d49a464"
BITCOIN_ADDRESS_1:"bc1qugw5q5yrzw86wnw3lgldm8en0c736k4hvceuzl"
BITCOIN_ADDRESS_2:"bc1qta5f6q32cphxt5rck3kuspukac7keqvxyuk4cl"
EVM_ADDRESS_1: "0x6bbc122fa843f3ed30d23f8cdd9a430d1f898d07"
EVM_ADDRESS_2: "0xbae949ddb4d8ac763c12f206db842b9b2d49a464"
BITCOIN_ADDRESS_1: "bc1qugw5q5yrzw86wnw3lgldm8en0c736k4hvceuzl"
BITCOIN_ADDRESS_2: "bc1qta5f6q32cphxt5rck3kuspukac7keqvxyuk4cl"
steps:
- name: Code checkout
uses: actions/checkout@v2
- name: Code checkout
uses: actions/checkout@v2

- name: Setting up Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x

- name: Setting up Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Installing dependencies
run: npm ci

- name: Installing dependencies
run: npm ci

- name: Run tests
run: |
npm run test
npx jest --coverage | tee ./coverage.txt && exit ${PIPESTATUS[0]}
- name: Run tests
run: |
npm run test
npx jest --coverage | tee ./coverage.txt && exit ${PIPESTATUS[0]}
- name: Jest Coverage Comment
uses: MishaKav/jest-coverage-comment@main
with:
coverage-path: ./coverage.txt

- name: Jest Coverage Comment
uses: MishaKav/jest-coverage-comment@main
with:
coverage-path: ./coverage.txt

1 comment on commit c6d4a3f

@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.