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

HTTPS/DNS-over-HTTPS/DNS-over-TLS #590

Merged
merged 88 commits into from
Feb 22, 2019
Merged

HTTPS/DNS-over-HTTPS/DNS-over-TLS #590

merged 88 commits into from
Feb 22, 2019

Conversation

ameshkov
Copy link
Member

No description provided.

hmage and others added 30 commits February 15, 2019 16:28
}
}

func validateCertificates(data tlsConfig) tlsConfig {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cyclomatic complexity 22 of func validateCertificates is high (> 20) (from gocyclo)

KeyType string `yaml:"-" json:"key_type,omitempty"` // KeyType is one of RSA or ECDSA

// is usable? set by validator
usable bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usable is unused (from structcheck)

@codecov-io
Copy link

codecov-io commented Feb 22, 2019

Codecov Report

Merging #590 into master will decrease coverage by 32.73%.
The diff coverage is 11.69%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #590       +/-   ##
===========================================
- Coverage   61.84%   29.11%   -32.74%     
===========================================
  Files           9       20       +11     
  Lines        1418     3215     +1797     
===========================================
+ Hits          877      936       +59     
- Misses        438     2170     +1732     
- Partials      103      109        +6
Impacted Files Coverage Δ
config.go 0% <ø> (ø)
app.go 0% <0%> (ø)
filter.go 0% <0%> (ø)
dns.go 0% <0%> (ø)
control.go 0% <0%> (ø)
helpers.go 19.04% <48.71%> (ø)
dnsforward/dnsforward.go 65.97% <57.57%> (-1.62%) ⬇️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5b6145...1da954f. Read the comment docs.

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.

5 participants