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

Add intercept on decorator #55

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Make `ProxyHelpers` internal and improve code clarity.

b0cc325
Select commit
Loading
Failed to load commit list.
Open

Add intercept on decorator #55

Make `ProxyHelpers` internal and improve code clarity.
b0cc325
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 25, 2024 in 0s

95.31% (+1.86%) compared to 2115f37

View this Pull Request on Codecov

95.31% (+1.86%) compared to 2115f37

Details

Codecov Report

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

Project coverage is 95.31%. Comparing base (2115f37) to head (b0cc325).

Files with missing lines Patch % Lines
src/Autofac.Extras.DynamicProxy/ProxyHelpers.cs 95.91% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #55      +/-   ##
===========================================
+ Coverage    93.44%   95.31%   +1.86%     
===========================================
  Files            1        3       +2     
  Lines          122      128       +6     
  Branches        22       22              
===========================================
+ Hits           114      122       +8     
+ Misses           4        3       -1     
+ Partials         4        3       -1     

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