Skip to content

Reorganized Repo and Added Formatting - #15

Merged
leogdion merged 1 commit into
v0.0.1from
8-reorganize-code
Jun 17, 2025
Merged

Reorganized Repo and Added Formatting #15
leogdion merged 1 commit into
v0.0.1from
8-reorganize-code

Conversation

@leogdion

Copy link
Copy Markdown
Member

No description provided.

This was linked to issues Jun 17, 2025
@codecov

codecovBot commented Jun 17, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 74.50980% with 260 lines in your changes missing coverage. Please review.

Project coverage is 58.55%. Comparing base (72961ff) to head (cba34a3).
Report is 1 commits behind head on v0.0.1.

Files with missing linesPatch %Lines
Sources/SyntaxKit/Case.swift0.00%34 Missing ⚠️
Sources/SyntaxKit/parser/String.swift0.00%30 Missing ⚠️
Sources/SyntaxKit/If.swift61.42%27 Missing ⚠️
Sources/SyntaxKit/parser/TokenVisitor.swift0.00%27 Missing ⚠️
Sources/SyntaxKit/Let.swift18.18%18 Missing ⚠️
Sources/SyntaxKit/CodeBlock.swift16.66%15 Missing ⚠️
Sources/SyntaxKit/Trivia+Comments.swift0.00%15 Missing ⚠️
Sources/SyntaxKit/ParameterBuilderResult.swift20.00%12 Missing ⚠️
Sources/SyntaxKit/ParameterExpBuilderResult.swift20.00%12 Missing ⚠️
Sources/SyntaxKit/VariableExp.swift85.33%11 Missing ⚠️
... and 15 more

❗ There is a different number of reports uploaded between BASE (72961ff) and HEAD (cba34a3). Click for more details.

HEAD has 9 uploads less than BASE
FlagBASE (72961ff)HEAD (cba34a3)
spm21
ubuntu84
swift-6.142
swift-6.242
Additional details and impacted files
@@ Coverage Diff @@## v0.0.1 #15 +/- ##
===========================================
- Coverage 69.29% 58.55% -10.75% 
===========================================
Files 36 33 -3 Lines 1912 1344 -568 ===========================================
- Hits 1325 787 -538 + Misses 587 557 -30 
FlagCoverage Δ
spm58.55% <74.50%> (-10.75%)⬇️
swift-6.158.55% <74.50%> (-10.75%)⬇️
swift-6.258.55% <74.50%> (-10.75%)⬇️
ubuntu58.55% <74.50%> (-10.75%)⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@leogdion
leogdion merged commit 6790d95 into v0.0.1Jun 17, 2025
@leogdion
leogdion deleted the 8-reorganize-code branch June 17, 2025 13:30
leogdion added a commit that referenced this pull request Jun 17, 2025
leogdion added a commit that referenced this pull request Jun 17, 2025
* adding initial working test
* fixing tests
* adding new code generation
* working sample from code base
* added function
* adding parser code
* fixing ast parser
* adding more examples
* Adding comments and literals
* Adding Dev Containers (#12)
* renaming Package
* Adding Continuous Integration (#13)
* reorganized repo (#15)
* Adding Documentation (#19)
* Migrated from XCTest to Swift Testing (#16)
* Migrated from XCTest to Swift Testing
* Add Tests for PR#16 (#17)
---------
Co-authored-by: codecov-ai[bot] <156709835+codecov-ai[bot]@users.noreply.github.com>
* Adding Periphery and Fixing Linting Issues (#20)
* adding periphery and fixing issues
* disable periphery for CI
* Update README.md (#23)
---------
Co-authored-by: codecov-ai[bot] <156709835+codecov-ai[bot]@users.noreply.github.com>
Sign up for freeto 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.

Reorganize Code Improve Example Organization

1 participant

@leogdion