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

Add IsNil() #2340

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Add IsNil() #2340

merged 1 commit into from
Dec 19, 2024

Conversation

IronGauntlets
Copy link
Contributor

IsNil() checks if the underlying value of the interface is nil.

@IronGauntlets IronGauntlets enabled auto-merge (rebase) December 18, 2024 22:08
@IronGauntlets IronGauntlets enabled auto-merge (squash) December 18, 2024 22:09
IsNil() checks if the underlying value of the interface is nil.
@IronGauntlets IronGauntlets force-pushed the IronGauntlets/add-is-nil-check branch from 5180ef5 to 3f423cc Compare December 18, 2024 22:15
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

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

Project coverage is 74.32%. Comparing base (e55aa34) to head (3f423cc).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
utils/check.go 83.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2340      +/-   ##
==========================================
- Coverage   74.36%   74.32%   -0.05%     
==========================================
  Files         109      110       +1     
  Lines       11519    11531      +12     
==========================================
+ Hits         8566     8570       +4     
- Misses       2285     2291       +6     
- Partials      668      670       +2     

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

@IronGauntlets IronGauntlets merged commit eb1f2ca into main Dec 19, 2024
13 checks passed
@IronGauntlets IronGauntlets deleted the IronGauntlets/add-is-nil-check branch December 19, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants