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

fix(test): tests use ipv6 by default, even with USE_IPV6 set to 0 #2468

Merged
merged 2 commits into from
Jan 15, 2024

fix: dont resolve to ipv6 addresses when its disabled

001d00a
Select commit
Loading
Failed to load commit list.
Merged

fix(test): tests use ipv6 by default, even with USE_IPV6 set to 0 #2468

fix: dont resolve to ipv6 addresses when its disabled
001d00a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2024 in 0s

71.11% (-0.05%) compared to 29fc5ea

View this Pull Request on Codecov

71.11% (-0.05%) compared to 29fc5ea

Details

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (29fc5ea) 71.16% compared to head (001d00a) 71.11%.

Files Patch % Lines
toxcore/network.c 0.00% 3 Missing ⚠️
toxcore/tox.c 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2468      +/-   ##
==========================================
- Coverage   71.16%   71.11%   -0.05%     
==========================================
  Files         127      127              
  Lines       28514    28517       +3     
==========================================
- Hits        20291    20280      -11     
- Misses       8223     8237      +14     

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