-
-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bun #1183
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1183 +/- ##
==========================================
+ Coverage 99.80% 99.92% +0.12%
==========================================
Files 400 372 -28
Lines 31346 29981 -1365
Branches 1921 1917 -4
==========================================
- Hits 31285 29960 -1325
+ Misses 55 15 -40
Partials 6 6
☔ View full report in Codecov by Sentry. |
PR-Codex overview
This PR focuses on updating test file imports to use the new
~test/src
path.Detailed summary:
~test/src
path instead of../../_test
~test/src
pathJsonRpcProvider
andlocalHttpUrl
insrc/_test/bench.ts
src/actions/public/call.test-d.ts
src/accounts/toAccount.test.ts
src/actions/test/setCoinbase.test.ts
src/utils/abi/encodePacked.test.ts
src/actions/public/getChainId.test.ts
src/actions/wallet/watchAsset.test.ts
src/actions/public/getChainId.bench.ts
src/accounts/utils/signMessage.test.ts
src/actions/public/getGasPrice.test.ts
src/utils/promise/withRetry.test.ts
src/actions/public/estimateGas.test-d.ts
WebSocket
insrc/clients/transports/webSocket.ts
src/actions/wallet/getAddresses.test.ts
src/actions/public/getFeeHistory.bench.ts
src/utils/ens/avatar/parseAvatarRecord.test.ts
src/utils/ens/avatar/utils.test.ts
src/actions/wallet/getPermissions.test.ts
src/actions/test/setCode.test.ts
src/actions/test/setLoggingEnabled.test.ts
whichPmRuns
inscripts/preinstall.ts
src/actions/wallet/requestAddresses.test.ts
src/errors/request.test.ts
github/workflows/snapshot.yml
to usebun run build
instead ofpnpm build
tsconfig.build.json