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

fix: patch valid source check #339

Merged
merged 7 commits into from
Jul 22, 2024
Merged

fix: patch valid source check #339

merged 7 commits into from
Jul 22, 2024

Conversation

gcranju
Copy link
Collaborator

@gcranju gcranju commented Jul 5, 2024

Description:

Commit Message

fix: patch valid source check

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.

@gcranju gcranju added the bug Something isn't working label Jul 5, 2024
Copy link

codecov bot commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.20%. Comparing base (98dd4b1) to head (ef2d160).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #339      +/-   ##
============================================
- Coverage     89.32%   89.20%   -0.13%     
  Complexity       76       76              
============================================
  Files            42       42              
  Lines          2642     2630      -12     
  Branches         37       37              
============================================
- Hits           2360     2346      -14     
- Misses          265      267       +2     
  Partials         17       17              
Flag Coverage Δ
rust 90.04% <80.00%> (-0.10%) ⬇️
solidity 88.53% <ø> (-0.23%) ⬇️

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

Files Coverage Δ
...ontracts/cosmwasm-vm/cw-xcall/src/types/request.rs 90.07% <100.00%> (+0.07%) ⬆️
...ts/cosmwasm-vm/cw-xcall/src/handle_call_message.rs 98.98% <75.00%> (-0.50%) ⬇️

... and 15 files with indirect coverage changes

@gcranju gcranju force-pushed the fix/is-valid-source-patch branch from ce8236e to 0d2cf98 Compare July 5, 2024 09:34
@gcranju gcranju force-pushed the fix/is-valid-source-patch branch from 0d2cf98 to 1092e10 Compare July 5, 2024 09:35
@github-actions github-actions bot added the cicd label Jul 8, 2024
@ibrizsabin ibrizsabin merged commit a883375 into main Jul 22, 2024
19 checks passed
@ibrizsabin ibrizsabin deleted the fix/is-valid-source-patch branch July 22, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants