TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
932 stars 61 forks source link

Deduplicate Types by Assembly Qualified Name #318

Open alexanderlinne opened 1 month ago

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 91.02167% with 29 lines in your changes missing coverage. Please review.

Project coverage is 65.56%. Comparing base (e831454) to head (4272e7f). Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
ArchUnitNET/Domain/Extensions/NamingExtensions.cs 50.00% 5 Missing and 1 partial :warning:
ArchUnitNET/Domain/GenericParameter.cs 70.58% 4 Missing and 1 partial :warning:
ArchUnitNET/Loader/MonoCecilAttributeExtensions.cs 0.00% 4 Missing and 1 partial :warning:
ArchUnitNET/Domain/FieldMember.cs 57.14% 3 Missing :warning:
ArchUnitNET/Domain/MethodMember.cs 62.50% 3 Missing :warning:
ArchUnitNET/Domain/PropertyMember.cs 57.14% 3 Missing :warning:
ArchUnitNET/Loader/TypeFactory.cs 99.08% 1 Missing and 1 partial :warning:
ArchUnitNET/Domain/FunctionPointer.cs 0.00% 1 Missing :warning:
ArchUnitNET/Loader/Type.cs 85.71% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #318 +/- ## ========================================== + Coverage 65.43% 65.56% +0.13% ========================================== Files 256 254 -2 Lines 22946 22969 +23 Branches 1949 1958 +9 ========================================== + Hits 15015 15060 +45 + Misses 7378 7363 -15 + Partials 553 546 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.