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(netcore): start covering conn.go code #55

Merged
merged 1 commit into from
Dec 19, 2024
Merged

feat(netcore): start covering conn.go code #55

merged 1 commit into from
Dec 19, 2024

Conversation

bassosimone
Copy link
Member

This diff starts adding tests to increase the coverage of code in the netcore package and specifically in conn.go.

We want to have reasonably good coverage of functionality and error paths for the netcore package ahead of migrating this code, which now seems to be stable, to its own package.

While there, upgrade dependencies to silence an otherwise harmless security advisory (we do not use x/net/html here).

This diff starts adding tests to increase the coverage of code
in the netcore package and specifically in conn.go.

We want to have reasonably good coverage of functionality and error
paths for the netcore package ahead of migrating this code, which
now seems to be stable, to its own package.

While there, upgrade dependencies to silence an otherwise harmless
security advisory (we do not use `x/net/html` here).
@bassosimone bassosimone merged commit 3a24044 into main Dec 19, 2024
1 check passed
@bassosimone bassosimone deleted the tests branch December 19, 2024 09:26
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