web3.js
web3.js copied to clipboard
Create codeql-analysis.ymlyandtokens
Web3 help lost crypto currency accounts and tokens Use this one and we can all build to it together
Description
Please include a summary of the changes and be sure to follow our Contribution Guidelines.
Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
- [ ] I have selected the correct base branch.
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [ ] My changes generate no new warnings.
- [ ] Any dependent changes have been merged and published in downstream modules.
- [ ] I ran
npm run dtslintwith success and extended the tests and types if necessary. - [ ] I ran
npm run test:covand my test cases cover all the lines and branches of the added code. - [ ] I ran
npm run buildwith success. - [ ] I have tested the built
dist/web3.min.jsin a browser. - [ ] I have tested my code on the live network.
- [ ] I have checked the Deploy Preview and it looks correct.
- [ ] I have updated the
CHANGELOG.mdfile in the root folder.
Could please elaborate a little more on the issue?
Pull Request Test Coverage Report for Build 3001859658
- 0 of 0 changed or added relevant lines in 0 files are covered.
- 440 unchanged lines in 7 files lost coverage.
- Overall coverage decreased (-2.3%) to 72.193%
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| packages/web3-core-requestmanager/src/jsonrpc.js | 2 | 82.76% |
| packages/web3-core-helpers/src/formatters.js | 25 | 80.95% |
| packages/web3-core-helpers/src/errors.js | 31 | 4.41% |
| packages/web3-utils/src/soliditySha3.js | 55 | 5.13% |
| packages/web3-utils/src/index.js | 62 | 29.31% |
| packages/web3-utils/src/utils.js | 96 | 13.31% |
| packages/web3-eth-accounts/src/index.js | 169 | 23.35% |
| <!-- | Total: | 440 |
| Totals | |
|---|---|
| Change from base Build 3001839430: | -2.3% |
| Covered Lines: | 3407 |
| Relevant Lines: | 4441 |