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

refactor: using slices.Contains to simplify the code #6234

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

refactor: using slices.Contains to simplify the code

7014fc1
Select commit
Loading
Failed to load commit list.
Open

refactor: using slices.Contains to simplify the code #6234

refactor: using slices.Contains to simplify the code
7014fc1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2025 in 0s

51.82% (-0.02%) compared to a81d54f

View this Pull Request on Codecov

51.82% (-0.02%) compared to a81d54f

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 5 lines in your changes missing coverage. Please review.

Project coverage is 51.82%. Comparing base (a81d54f) to head (7014fc1).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
shared/pingpong/accounts.go 0.00% 2 Missing ⚠️
cmd/algons/dnsCmd.go 0.00% 1 Missing ⚠️
network/wsPeer.go 0.00% 0 Missing and 1 partial ⚠️
shared/pingpong/config.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6234      +/-   ##
==========================================
- Coverage   51.83%   51.82%   -0.02%     
==========================================
  Files         643      643              
  Lines       86382    86355      -27     
==========================================
- Hits        44780    44754      -26     
+ Misses      38735    38730       -5     
- Partials     2867     2871       +4     

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