natemcmaster / LettuceEncrypt

Free, automatic HTTPS certificate generation for ASP.NET Core web apps
https://nuget.org/packages/LettuceEncrypt
Apache License 2.0
1.55k stars 153 forks source link

cleanup: compile tests for .NET 5.0 #200

Closed natemcmaster closed 3 years ago

natemcmaster commented 3 years ago

Closes #146

codecov[bot] commented 3 years ago

Codecov Report

Merging #200 (522c82e) into main (42d309f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #200   +/-   ##
=======================================
  Coverage   45.70%   45.70%           
=======================================
  Files          44       44           
  Lines        1107     1107           
=======================================
  Hits          506      506           
  Misses        601      601           
Impacted Files Coverage Δ
src/LettuceEncrypt/Internal/CertificateSelector.cs 53.96% <ø> (ø)
...ttuceEncrypt/Internal/TlsAlpnChallengeResponder.cs 21.73% <ø> (ø)
...ypt/LettuceEncryptKestrelHttpsOptionsExtensions.cs 37.50% <ø> (ø)
src/LettuceEncrypt/Internal/KestrelOptionsSetup.cs 100.00% <100.00%> (ø)

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 42d309f...522c82e. Read the comment docs.