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

Handle assignments to global variables from the init function #253

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Merge branch 'main' into handle-init-func

9c61f48
Select commit
Loading
Failed to load commit list.
Open

Handle assignments to global variables from the init function #253

Merge branch 'main' into handle-init-func
9c61f48
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 5, 2024 in 1s

87.70% (+0.09%) compared to c91e71c

View this Pull Request on Codecov

87.70% (+0.09%) compared to c91e71c

Details

Codecov Report

Attention: Patch coverage is 96.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.70%. Comparing base (c91e71c) to head (9c61f48).

Files with missing lines Patch % Lines
assertion/global/analyzer.go 92.85% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
+ Coverage   87.60%   87.70%   +0.09%     
==========================================
  Files          63       63              
  Lines        7916     7961      +45     
==========================================
+ Hits         6935     6982      +47     
+ Misses        799      798       -1     
+ Partials      182      181       -1     

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