diff --git a/README.md b/README.md index e583603a8..0c2a4676a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ | Statements | Branches | Functions | Lines | | --------------------------- | ----------------------- | ------------------------- | ----------------- | -| ![Statements](https://img.shields.io/badge/statements-84.71%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-83.33%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-64.77%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-87.63%25-yellow.svg?style=flat) | +| ![Statements](https://img.shields.io/badge/statements-84.85%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-83.96%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-64.89%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-87.93%25-yellow.svg?style=flat) | ## Use CoW Protocol diff --git a/packages/app-data/README.md b/packages/app-data/README.md index 90a24deec..5ef8e1eff 100644 --- a/packages/app-data/README.md +++ b/packages/app-data/README.md @@ -8,7 +8,7 @@ | Statements | Branches | Functions | Lines | | --------------------------- | ----------------------- | ------------------------- | ----------------- | -| ![Statements](https://img.shields.io/badge/statements-60.74%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-33.33%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-62.29%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-61.98%25-red.svg?style=flat) | +| ![Statements](https://img.shields.io/badge/statements-60.9%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-22%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-60.46%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-62.26%25-red.svg?style=flat) | AppData schema definitions diff --git a/packages/bridging/README.md b/packages/bridging/README.md index 5a2731987..0aaa78dd9 100644 --- a/packages/bridging/README.md +++ b/packages/bridging/README.md @@ -8,7 +8,7 @@ | Statements | Branches | Functions | Lines | | --------------------------- | ----------------------- | ------------------------- | ----------------- | -| ![Statements](https://img.shields.io/badge/statements-79.28%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-73.43%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-75.25%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-80.22%25-yellow.svg?style=flat) | +| ![Statements](https://img.shields.io/badge/statements-79.32%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-73.35%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-75.25%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-80.26%25-yellow.svg?style=flat) | This package provides bridging functionality for the CoW Protocol SDK, enabling cross-chain token transfers and interactions. It integrates with various bridge providers to facilitate seamless asset movement across supported blockchain networks. diff --git a/packages/composable/README.md b/packages/composable/README.md index 8d0afa8f5..f4d280db6 100644 --- a/packages/composable/README.md +++ b/packages/composable/README.md @@ -8,7 +8,7 @@ | Statements | Branches | Functions | Lines | | --------------------------- | ----------------------- | ------------------------- | ----------------- | -| ![Statements](https://img.shields.io/badge/statements-100%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-100%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-100%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-100%25-brightgreen.svg?style=flat) | +| ![Statements](https://img.shields.io/badge/statements-97.69%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-95.54%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-98.31%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-98.13%25-brightgreen.svg?style=flat) | This package provides advanced conditional and programmable order functionality for the CoW Protocol. It enables the creation, management, and execution of sophisticated trading strategies through conditional orders that execute automatically when specified conditions are met. diff --git a/packages/trading/README.md b/packages/trading/README.md index aa881926d..4f5926256 100644 --- a/packages/trading/README.md +++ b/packages/trading/README.md @@ -8,7 +8,7 @@ | Statements | Branches | Functions | Lines | | --------------------------- | ----------------------- | ------------------------- | ----------------- | -| ![Statements](https://img.shields.io/badge/statements-84.71%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-83.33%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-64.77%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-87.63%25-yellow.svg?style=flat) | +| ![Statements](https://img.shields.io/badge/statements-84.85%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-83.96%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-64.89%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-87.93%25-yellow.svg?style=flat) | CoW Protocol is intent based, decentralized trading protocol that allows users to trade ERC-20 tokens. This SDK makes it easier to interact with CoW Protocol by handling order parameters, calculating amounts, and signing orders.