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 FilterByType #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add FilterByType #340

wants to merge 1 commit into from

Conversation

Syuparn
Copy link
Contributor

@Syuparn Syuparn commented Apr 28, 2023

added FilterByType function. This can skip type assertion after filtering.

Closes #339

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (2a74434) 99.31% compared to head (8c7af7b) 99.31%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #340   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files          15       15           
  Lines        2037     2045    +8     
=======================================
+ Hits         2023     2031    +8     
  Misses         13       13           
  Partials        1        1           
Flag Coverage Δ
unittests 99.31% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
slice.go 99.11% <100.00%> (+0.02%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

Proposal: add FilterByType function
2 participants