Closed kerber0x closed 2 months ago
Attention: Patch coverage is 65.25229%
with 303 lines
in your changes missing coverage. Please review.
Project coverage is 90.32%. Comparing base (
2f40957
) to head (6df31b7
). Report is 2 commits behind head on release/v2_contracts.:exclamation: Current head 6df31b7 differs from pull request most recent head 00f346b
Please upload reports for the commit 00f346b to get more accurate results.
Files | Patch % | Lines |
---|---|---|
integration-tests/tests/common/suite.rs | 33.55% | 301 Missing :warning: |
...acts/liquidity_hub/pool-manager/src/tests/suite.rs | 87.50% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Schema generation had missing jobs:
contracts/liquidity_hub/bonding-manager/schema/bonding-manager.json
contracts/liquidity_hub/bonding-manager/schema/raw/response_to_config.json
contracts/liquidity_hub/pool-manager/schema/pool-manager.json
contracts/liquidity_hub/pool-manager/schema/raw/query.json
Please run just schemas
locally and upload the generated schemas.
Description and Motivation
This PR lays the crate for making epic integration tests.
Related Issues
Checklist:
Update index.md
)cargo fmt --all --
.cargo clippy -- -D warnings
.cargo schema
.