-
Notifications
You must be signed in to change notification settings - Fork 828
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
Add more DEX dapp tests #1809
Add more DEX dapp tests #1809
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1809 +/- ##
==========================================
- Coverage 61.64% 60.84% -0.80%
==========================================
Files 365 380 +15
Lines 26178 28021 +1843
==========================================
+ Hits 16138 17050 +912
- Misses 8967 9819 +852
- Partials 1073 1152 +79 |
|
||
- name: Run Dapp Tests Script on Devnet | ||
run: | | ||
chmod +x ./integration_test/dapp_tests/dapp_tests.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we just do chmod +x
to the file in git so we don't have to run this every time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will iterate on this in the next PR after merging this to main so I can test the workflow
* main: Add more DEX dapp tests (#1809) Add basic LST integration tests (#1814) Allow CW->ERC pointers to be called through wasmd precompile (#1785) Bump nonce even if tx fails (#1778) Fix docker setup for local cluster (#1806) Tune Configs (#1813) V5.7.5 release (#1805) Evidence Max Bytes Update (#1812) Add dApp Tests (#1802) [EVM] Tune configs (#1800) Revert dex removal (#1801) Do not charge gas for feecollector address query (#1795)
Describe your changes and provide context
We want to add more integration tests for the dex (uniswap) contract tests
Testing performed to validate your change