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: add setters for evm intents #7

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

AntonAndell
Copy link

Description:

Commit Message

type: commit message

see the guidelines for commit messages.

Changelog Entry

version: <log entry>

Checklist:

  • I have performed a self-review of my own code
  • I have documented my code in accordance with the documentation guidelines
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the unit tests
  • I only have one commit (if not, squash them into one commit).
  • I have a descriptive commit message that adheres to the commit message guidelines

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@codecov-commenter
Copy link

codecov-commenter commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.62%. Comparing base (2a84cfe) to head (96d5703).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main       #7      +/-   ##
============================================
- Coverage     89.65%   89.62%   -0.04%     
  Complexity       77       77              
============================================
  Files            39       39              
  Lines          2272     2275       +3     
  Branches         37       37              
============================================
+ Hits           2037     2039       +2     
- Misses          218      219       +1     
  Partials         17       17              
Flag Coverage Δ
solidity 87.50% <100.00%> (-0.58%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
contracts/evm/contracts/Intents/Intents.sol 90.12% <100.00%> (-0.91%) ⬇️

@AntonAndell AntonAndell added the enhancement New feature or request label Oct 28, 2024
@AntonAndell AntonAndell force-pushed the feat/add-setters-for-evm-intents branch from 2061557 to 96d5703 Compare October 28, 2024 10:04
@ibrizsabin ibrizsabin merged commit 2c609b2 into main Oct 28, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants