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: stellar contracts final #8

Merged
merged 64 commits into from
Sep 23, 2024
Merged

feat: stellar contracts final #8

merged 64 commits into from
Sep 23, 2024

Conversation

Itshyphen
Copy link

Description

Commit Message

feat: stellar contracts final

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
  • I have added version bump label on PR.

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

@github-actions github-actions bot added documentation Improvements or additions to documentation cicd labels Sep 23, 2024
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 78.08471% with 357 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@3bf3d45). Learn more about missing BASE report.

Files with missing lines Patch % Lines
libs/soroban-rlp/src/decoder.rs 53.96% 58 Missing ⚠️
libs/soroban-rlp/src/balanced/address_utils.rs 41.77% 46 Missing ⚠️
contracts/balanced_doller/src/contract.rs 69.04% 39 Missing ⚠️
libs/soroban-rlp/src/balanced/messages/deposit.rs 41.93% 36 Missing ⚠️
contracts/balanced_doller/src/allowance.rs 46.29% 29 Missing ⚠️
contracts/asset_manager/src/contract.rs 91.80% 24 Missing ⚠️
libs/soroban-rlp/src/utils.rs 77.27% 20 Missing ⚠️
libs/soroban-rlp/src/encoder.rs 74.28% 18 Missing ⚠️
contracts/xcall_manager/src/contract.rs 89.75% 17 Missing ⚠️
contracts/balanced_doller/src/metadata.rs 25.00% 12 Missing ⚠️
... and 8 more
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage        ?   78.08%           
=======================================
  Files           ?       32           
  Lines           ?     1629           
  Branches        ?        0           
=======================================
  Hits            ?     1272           
  Misses          ?      357           
  Partials        ?        0           
Flag Coverage Δ
rust 78.08% <78.08%> (?)

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

Files with missing lines Coverage Δ
contracts/asset_manager/src/config.rs 100.00% <100.00%> (ø)
contracts/asset_manager/src/errors.rs 100.00% <100.00%> (ø)
contracts/asset_manager/src/storage_types.rs 100.00% <100.00%> (ø)
...racts/asset_manager/src/xcall_manager_interface.rs 100.00% <100.00%> (ø)
contracts/balanced_doller/src/config.rs 100.00% <100.00%> (ø)
contracts/balanced_doller/src/errors.rs 100.00% <100.00%> (ø)
contracts/balanced_doller/src/states.rs 100.00% <100.00%> (ø)
contracts/balanced_doller/src/storage_types.rs 100.00% <100.00%> (ø)
...cts/balanced_doller/src/xcall_manager_interface.rs 100.00% <100.00%> (ø)
contracts/xcall_manager/src/config.rs 100.00% <100.00%> (ø)
... and 22 more

@ibrizsabin ibrizsabin merged commit c0c1645 into main Sep 23, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd Development documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants