Closed codebycarson closed 1 year ago
Latest commit: 86b6823b7bc1d9a9c43e06086b48263524973c38
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
is the codecov github action enabled in this PR? where can i find the coverage report for this PR
Here is the action that ran for this.
https://github.com/sei-protocol/sei-js/actions/runs/6478880820/job/17591369564
As the codecov bot commented above this won't show in the PR's until I merge this the first time
"Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment."
This Pull Request primarily focuses on bolstering the testing environment and improving the code quality within the
core
andreact
packages. By introducing new testing utilities and enhancing the test coverage, we aim to ensure robustness and ease of maintenance. Moreover, some adjustments in the GitHub workflow configurations and refactoring within certain components and hooks have been carried out to align with the updated testing setup.Detailed changes include:
core
andreact
packages to bolster test setup.checks.yml
,coverage.yml
, andrelease.yml
to streamline the CI/CD process.packages/core
andpackages/react
to align with testing enhancements.WalletConnectButton
andWalletSelectModal
components in thereact
package have been modified for better testability.