-
Notifications
You must be signed in to change notification settings - Fork 118
test: add e2e for evm #753
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
base: main
Are you sure you want to change the base?
Conversation
ref cmd wait 2 blks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #753 +/- ##
==========================================
+ Coverage 64.97% 65.20% +0.23%
==========================================
Files 317 317
Lines 21607 21604 -3
==========================================
+ Hits 14039 14087 +48
- Misses 6348 6356 +8
+ Partials 1220 1161 -59 🚀 New features to boost your workflow:
|
| ] | ||
| ).transact(w3, users[0]) | ||
| await weth.fns.withdraw(amount_all).transact(w3, users[0], to=WETH_ADDRESS) | ||
| balances_bf = await multicall(w3, balances) |
Check warning
Code scanning / CodeQL
Variable defined multiple times Warning test
redefined
| t.cancel() | ||
| try: | ||
| await t | ||
| except asyncio.CancelledError: |
Check notice
Code scanning / CodeQL
Empty except Note test
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
mainbranch