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

Splat.NLog - Faster mapping of LogLevel using switch-operation #1257

Merged
merged 1 commit into from
Dec 31, 2024

Splat.NLog - Faster with switch on Enum value, than dictionary lookup

d8f5984
Select commit
Loading
Failed to load commit list.
Merged

Splat.NLog - Faster mapping of LogLevel using switch-operation #1257

Splat.NLog - Faster with switch on Enum value, than dictionary lookup
d8f5984
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 31, 2024 in 0s

71.28% (-0.60%) compared to 1803c70

View this Pull Request on Codecov

71.28% (-0.60%) compared to 1803c70

Details

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 71.28%. Comparing base (1803c70) to head (d8f5984).
Report is 182 commits behind head on main.

Files with missing lines Patch % Lines
src/Splat.NLog/NLogLogger.cs 90.47% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1257      +/-   ##
==========================================
- Coverage   71.87%   71.28%   -0.60%     
==========================================
  Files          96       96              
  Lines        4483     4429      -54     
  Branches      569      561       -8     
==========================================
- Hits         3222     3157      -65     
- Misses       1074     1088      +14     
+ Partials      187      184       -3     

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