Skip to content
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

chore: integration tests crate #364

Merged
merged 20 commits into from
Sep 2, 2024

Conversation

kerber0x
Copy link
Contributor

Description and Motivation

This PR lays the crate for making epic integration tests.

Related Issues


Checklist:

  • I have read Migaloo's contribution guidelines.
  • My pull request has a sound title and description (not something vague like Update index.md)
  • All existing and new tests are passing.
  • I updated/added relevant documentation.
  • The code is formatted properly cargo fmt --all --.
  • Clippy doesn't report any issues cargo clippy -- -D warnings.
  • I have regenerated the schemas if needed cargo schema.

@kerber0x kerber0x changed the title chore: set foundation for epic integration tests chore: integration tests crate May 23, 2024
@kerber0x kerber0x force-pushed the feat/integration-tests-crate branch 5 times, most recently from a7319c7 to b9cc1cb Compare May 24, 2024 11:02
Copy link

codecov bot commented May 24, 2024

Codecov Report

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.

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 ⚠️
...acts/liquidity_hub/pool-manager/src/tests/suite.rs 87.50% 2 Missing ⚠️
Additional details and impacted files
@@                   Coverage Diff                    @@
##           release/v2_contracts     #364      +/-   ##
========================================================
- Coverage                 90.90%   90.32%   -0.59%     
========================================================
  Files                       280      283       +3     
  Lines                     31830    31987     +157     
========================================================
- Hits                      28936    28892      -44     
- Misses                     2894     3095     +201     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nseguias nseguias force-pushed the feat/integration-tests-crate branch from 04f843f to be083ad Compare July 2, 2024 11:10
Copy link

github-actions bot commented Jul 2, 2024

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.

@kerber0x kerber0x marked this pull request as ready for review September 2, 2024 12:39
@kerber0x kerber0x merged commit d1dd1b5 into release/v2_contracts Sep 2, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants