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

[feat] add lib/net: nslookup, tcping, httping #118

Merged
merged 25 commits into from
Jul 23, 2024
Merged

[feat] add lib/net: nslookup, tcping, httping #118

merged 25 commits into from
Jul 23, 2024

Conversation

hyorigo
Copy link
Collaborator

@hyorigo hyorigo commented Jul 22, 2024

  • draft for nslookup
  • for lookup
  • for invalid
  • for issues
  • for timeout
  • for test cases
  • draft for tcp ping
  • for checks
  • fix go sum
  • for ping and test
  • ping it now

Copy link

codacy-production bot commented Jul 22, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.13% (target: -1.00%) 97.06%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (5624d28) 5239 4908 93.68%
Head commit (305fd8b) 5443 (+204) 5106 (+198) 93.81% (+0.13%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#118) 204 198 97.06%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 95.58824% with 9 lines in your changes missing coverage. Please review.

Project coverage is 91.68%. Comparing base (5624d28) to head (305fd8b).

Files Patch % Lines
lib/net/ping.go 93.57% 6 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   91.52%   91.68%   +0.15%     
==========================================
  Files          42       44       +2     
  Lines        5088     5292     +204     
==========================================
+ Hits         4657     4852     +195     
- Misses        325      331       +6     
- Partials      106      109       +3     

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

@hyorigo hyorigo changed the title [feat] add lib/net: nslookup, tcping [feat] add lib/net: nslookup, tcping, httping Jul 23, 2024
@hyorigo hyorigo merged commit 97c1c1f into master Jul 23, 2024
25 checks passed
@hyorigo hyorigo deleted the netlib branch July 23, 2024 00:59
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.

1 participant