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

Setting up Initial Commands #6

Draft
wants to merge 4 commits into
base: v0.0.1
Choose a base branch
from
Draft

Setting up Initial Commands #6

wants to merge 4 commits into from

Conversation

leogdion
Copy link
Member

@leogdion leogdion commented Jan 3, 2025

No description provided.

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

Attention: Patch coverage is 7.20372% with 1198 lines in your changes missing coverage. Please review.

Project coverage is 7.20%. Comparing base (d80997e) to head (4dd2167).

Files with missing lines Patch % Lines
Sources/PackageDSLKit/FileManager.swift 0.00% 147 Missing ⚠️
.../PackageDSLKit/PackageDirectoryConfiguration.swift 0.00% 142 Missing ⚠️
Sources/PackageDSLKit/PackageIndexStrategy.swift 0.00% 111 Missing ⚠️
Sources/PackageDSLKit/PackageIndexWriter.swift 0.00% 81 Missing ⚠️
Sources/PackageDSLKit/PackageVisitor.swift 0.00% 57 Missing ⚠️
Sources/PackageDSLKit/PackageWriter.swift 0.00% 55 Missing ⚠️
...ces/PackageDSLKit/Product+ComponentBuildable.swift 0.00% 52 Missing ⚠️
Sources/PackageDSLKit/StructureStrategy.swift 0.00% 52 Missing ⚠️
.../PackageDSLKit/Dependency+ComponentBuildable.swift 0.00% 44 Missing ⚠️
Sources/PackageDSLKit/SupportedPlatformSet.swift 0.00% 42 Missing ⚠️
... and 20 more
Additional details and impacted files
@@            Coverage Diff            @@
##           v0.0.1      #6      +/-   ##
=========================================
+ Coverage        0   7.20%   +7.20%     
=========================================
  Files           0      32      +32     
  Lines           0    1291    +1291     
=========================================
+ Hits            0      93      +93     
- Misses          0    1198    +1198     
Flag Coverage Δ
swift- 7.20% <7.20%> (?)
ubuntu 7.20% <7.20%> (?)

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.

@@ -22,7 +22,7 @@
"prioritizeKeepingFunctionOutputTogether" : false,
"respectsExistingLineBreaks" : true,
"rules" : {
"AllPublicDeclarationsHaveDocumentation" : true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undo this

}

public func node(from component: Component) -> StructDeclSyntax {
let memberBlockList = MemberBlockItemListSyntax(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Logging

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.

1 participant