-
Notifications
You must be signed in to change notification settings - Fork 113
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. ❌ Your project check has failed because the head coverage (65.20%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #753 +/- ##
==========================================
+ Coverage 64.12% 65.20% +1.08%
==========================================
Files 317 317
Lines 21717 21598 -119
==========================================
+ Hits 13927 14084 +157
+ Misses 6472 6353 -119
+ Partials 1318 1161 -157 🚀 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