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

Contract api #248

Merged
merged 1 commit into from
Nov 13, 2023

feat: Impl ContractApi extension trait

c653e88
Select commit
Loading
Failed to load commit list.
Merged

Contract api #248

feat: Impl ContractApi extension trait
c653e88
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2023 in 1s

87.02% (+1.14%) compared to 9d44792

View this Pull Request on Codecov

87.02% (+1.14%) compared to 9d44792

Details

Codecov Report

Merging #248 (c653e88) into feat/generics_support (9d44792) will increase coverage by 1.14%.
The diff coverage is 87.34%.

@@                    Coverage Diff                    @@
##           feat/generics_support     #248      +/-   ##
=========================================================
+ Coverage                  85.87%   87.02%   +1.14%     
=========================================================
  Files                         24       25       +1     
  Lines                       1657     1726      +69     
=========================================================
+ Hits                        1423     1502      +79     
+ Misses                       234      224      -10     
Files Coverage Δ
sylvia-derive/src/input.rs 93.44% <100.00%> (+0.33%) ⬆️
sylvia-derive/src/interfaces.rs 86.86% <100.00%> (ø)
sylvia-derive/src/message.rs 85.07% <100.00%> (+2.34%) ⬆️
sylvia-derive/src/multitest.rs 97.23% <100.00%> (+0.93%) ⬆️
sylvia-derive/src/remote.rs 100.00% <100.00%> (ø)
sylvia/src/types.rs 80.00% <ø> (ø)
sylvia/tests/api.rs 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!