Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
persist-credentials: false

- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
- run: npm ci
- run: npm run lint
- run: npm run coverage
- run: cat coverage/lcov.info | coveralls
- run: cat coverage/lcov.info | coveralls
35,163 changes: 34,508 additions & 655 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prettier-plugin-solidity": "^1.0.0-beta.2",
"snyk": "^1.369.0",
"solhint": "^3.1.0",
"solidity-coverage": "^0.7.9",
"solidity-coverage": "^0.7.20",
"truffle": "5.1.49",
"truffle-flattener": "1.4.4",
"web3": "1.2.11"
Expand Down
2,407 changes: 1,241 additions & 1,166 deletions rbtcwrapperproxy/build/contracts/Address.json

Large diffs are not rendered by default.

5,331 changes: 2,760 additions & 2,571 deletions rbtcwrapperproxy/build/contracts/ContractRegistryClient.json

Large diffs are not rendered by default.

Loading