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

Deduplicate Types by Assembly Qualified Name #318

Merged
merged 6 commits into from
Jan 24, 2025

Conversation

alexanderlinne
Copy link
Collaborator

No description provided.

@alexanderlinne alexanderlinne force-pushed the fix/multiple-instances-of-same-type branch from b20020d to 4272e7f Compare October 25, 2024 08:37
@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 93.10345% with 24 lines in your changes missing coverage. Please review.

Project coverage is 65.65%. Comparing base (9a8486f) to head (0a880cc).

Files with missing lines Patch % Lines
ArchUnitNET/Domain/GenericParameter.cs 70.58% 4 Missing and 1 partial ⚠️
ArchUnitNET/Loader/MonoCecilAttributeExtensions.cs 0.00% 4 Missing and 1 partial ⚠️
ArchUnitNET/Domain/FieldMember.cs 57.14% 3 Missing ⚠️
ArchUnitNET/Domain/MethodMember.cs 62.50% 3 Missing ⚠️
ArchUnitNET/Domain/PropertyMember.cs 57.14% 3 Missing ⚠️
ArchUnitNET/Loader/TypeFactory.cs 99.20% 1 Missing and 1 partial ⚠️
ArchUnitNET/Domain/FunctionPointer.cs 0.00% 1 Missing ⚠️
ArchUnitNET/Domain/UnavailableType.cs 0.00% 1 Missing ⚠️
ArchUnitNET/Loader/Type.cs 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #318      +/-   ##
==========================================
+ Coverage   65.49%   65.65%   +0.16%     
==========================================
  Files         257      255       -2     
  Lines       23005    23032      +27     
  Branches     1953     1962       +9     
==========================================
+ Hits        15066    15121      +55     
+ Misses       7386     7366      -20     
+ Partials      553      545       -8     

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

@alexanderlinne alexanderlinne force-pushed the fix/multiple-instances-of-same-type branch from 76c395d to 6f2c87b Compare January 24, 2025 10:01
Signed-off-by: Alexander Linne <[email protected]>
@alexanderlinne alexanderlinne merged commit 2cbfd10 into main Jan 24, 2025
9 checks passed
@alexanderlinne alexanderlinne deleted the fix/multiple-instances-of-same-type branch January 24, 2025 15:06
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.

3 participants