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

Fusion refactoring #6819

Closed
wants to merge 10 commits into from
Closed

Fusion refactoring #6819

wants to merge 10 commits into from

Conversation

AntonC9018
Copy link
Contributor

Refactored some test code to remove code duplication and use my collection pattern.

Copy link

github-actions bot commented Jan 16, 2024

Qodana for .NET

23 new problems were found

Inspection name Severity Problems
Redundant using directive 🔶 Warning 13
Type member is never used (private accessibility) 🔶 Warning 5
Auto-property accessor is never used (private accessibility) 🔶 Warning 3
Namespace does not correspond to file location 🔶 Warning 1
Element is localizable 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (584b932) 70.89% compared to head (23edbd9) 70.74%.
Report is 3 commits behind head on main.

Files Patch % Lines
...on/src/CommandLine/Commands/SubgraphPackCommand.cs 0.00% 11 Missing ⚠️
...tCore/Extensions/EndpointRouteBuilderExtensions.cs 88.88% 2 Missing ⚠️
...late/Fusion/src/Abstractions/FusionGraphPackage.cs 60.00% 2 Missing ⚠️
...ocolate/Skimmed/src/Skimmed/DirectiveCollection.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6819      +/-   ##
==========================================
- Coverage   70.89%   70.74%   -0.15%     
==========================================
  Files        2520     2502      -18     
  Lines      126678   125989     -689     
==========================================
- Hits        89805    89134     -671     
+ Misses      36873    36855      -18     
Flag Coverage Δ
unittests 70.74% <85.45%> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants