-
Notifications
You must be signed in to change notification settings - Fork 18
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
Tests/osmosis adapter #15
Conversation
Deploying with Cloudflare Pages
|
Codecov Report
@@ Coverage Diff @@
## main #15 +/- ##
==========================================
- Coverage 16.87% 10.76% -6.11%
==========================================
Files 241 113 -128
Lines 22056 13689 -8367
==========================================
- Hits 3721 1474 -2247
+ Misses 18335 12215 -6120
... and 128 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@Buckram123 could this branch be useful to you for osmosis adapter testing? |
I had ultra-small test for osmosis swap: abstract/modules/contracts/adapters/dex/tests/osmosis_swap.rs Lines 191 to 206 in 6806edb
But this one looks much better! Would like to update it and get merged |
Go ahead obviously :) |
Yes, I have not worked extensively enough on this PR so go ahead ;) Take the tests with you though yeah |
Tests moved to #115 |
This PR aims at testing and adding tests to the Osmosis adapter.
The following PR : AbstractSDK/cw-orchestrator#150 should be merged before the current one can be merged.
Dependencies should be changed in patch : adapters/Cargo.toml
Tasks