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: Emit error if contract macro is above entry_points #408

Merged
merged 3 commits into from
Jul 31, 2024

test: Change name of test_ui

e2c4bfa
Select commit
Loading
Failed to load commit list.
Merged

feat: Emit error if contract macro is above entry_points #408

test: Change name of test_ui
e2c4bfa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 31, 2024 in 1s

85.01% (-0.33%) compared to d1052d5

View this Pull Request on Codecov

85.01% (-0.33%) compared to d1052d5

Details

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.

Project coverage is 85.01%. Comparing base (d1052d5) to head (e2c4bfa).

Files Patch % Lines
sylvia-derive/src/input.rs 0.00% 15 Missing ⚠️
sylvia-derive/src/lib.rs 0.00% 2 Missing ⚠️
sylvia-derive/src/message.rs 0.00% 1 Missing ⚠️
sylvia-derive/src/parser/entry_point.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #408      +/-   ##
==========================================
- Coverage   85.33%   85.01%   -0.33%     
==========================================
  Files          42       42              
  Lines        2905     2916      +11     
==========================================
  Hits         2479     2479              
- Misses        426      437      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.