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

✨ feat(effect): Add resolve util #619

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

roninjin10
Copy link
Collaborator

Description

Add effect wrappers around resolve

Testing

Explain the quality checks that have been done on the code changes

Additional Information

Your ENS/address:

@vercel
Copy link

vercel bot commented Oct 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evmts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2023 8:10pm

@changeset-bot
Copy link

changeset-bot bot commented Oct 29, 2023

⚠️ No Changeset found

Latest commit: 161a42b

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@roninjin10
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/core (./core)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 182 / 182
🟢 Statements 100% / 100% 182 / 182
🟢 Functions 100% / 100% 7 / 7
🟢 Branches 100% / 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/ethers (./ethers)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 20 / 20
🟢 Statements 100% / 100% 20 / 20
🟢 Functions 100% / 100% 0 / 0
🟢 Branches 100% / 100% 0 / 0
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/bundler (./bundlers/bundler)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 249 / 249
🟢 Statements 100% / 100% 249 / 249
🟢 Functions 100% / 100% 13 / 13
🟢 Branches 100% / 100% 37 / 37
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/bun-plugin (./bundlers/bun)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 113 / 113
🟢 Statements 100% / 100% 113 / 113
🟢 Functions 100% / 100% 4 / 4
🟢 Branches 100% / 100% 15 / 15
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/esbuild-plugin (./bundlers/esbuild)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 3 / 3
🟢 Statements 100% / 100% 3 / 3
🟢 Functions 100% / 100% 0 / 0
🟢 Branches 100% / 100% 0 / 0
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/ts-plugin (./ts-plugin)

Status Category Percentage Covered / Total
🟢 Lines 92.79% / 92% 618 / 666
🟢 Statements 92.79% / 92% 618 / 666
🟢 Functions 96.96% / 96% 32 / 33
🟢 Branches 85.34% / 85% 99 / 116
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/config (./config)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 701 / 701
🟢 Statements 100% / 100% 701 / 701
🟢 Functions 100% / 100% 33 / 33
🟢 Branches 98.91% / 98% 91 / 92
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/schemas (./schemas)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 4478 / 4478
🟢 Statements 100% / 100% 4478 / 4478
🟢 Functions 100% / 100% 255 / 255
🟢 Branches 100% / 100% 309 / 309
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/blockexplorer (./blockexplorer)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 250 / 250
🟢 Statements 100% / 100% 250 / 250
🟢 Functions 100% / 100% 10 / 10
🟢 Branches 100% / 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/runtime (./runtime)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 121 / 121
🟢 Statements 100% / 100% 121 / 121
🟢 Functions 100% / 100% 3 / 3
🟢 Branches 91.66% / 91% 22 / 24
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/solc (./solc)

Status Category Percentage Covered / Total
🟢 Lines 92.16% / 92% 447 / 485
🟢 Statements 92.16% / 92% 447 / 485
🟢 Functions 100% / 100% 14 / 14
🟢 Branches 75% / 75% 48 / 64
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/unplugin (./bundlers/unplugin)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 109 / 109
🟢 Statements 100% / 100% 109 / 109
🟢 Functions 100% / 100% 4 / 4
🟢 Branches 100% / 100% 20 / 20
File CoverageNo changed files found.
Generated in workflow #1119

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/resolutions (./resolutions)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 582 / 582
🟢 Statements 100% / 100% 582 / 582
🟢 Functions 100% / 100% 35 / 35
🟢 Branches 100% / 100% 85 / 85
File CoverageNo changed files found.
Generated in workflow #1119

Base automatically changed from 10-26-chore_Migrate_resolutions_to_Effect to main October 29, 2023 20:06
@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2023

Coverage Report for @evmts/effect (./effect)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 243 / 243
🟢 Statements 100% / 100% 243 / 243
🟢 Functions 100% / 100% 22 / 22
🟢 Branches 100% / 100% 34 / 34
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
effect/src/resolve.js 100% 100% 100% 100%
Generated in workflow #1119

@roninjin10 roninjin10 merged commit 9c3355e into main Oct 29, 2023
10 checks passed
@roninjin10 roninjin10 deleted the 10-29-feat_effect_Add_resolve_util branch October 29, 2023 20:13
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.

None yet

1 participant