Skip to content

Reorganized Repo and Added Formatting #15

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

Merged
merged 1 commit into from
Jun 17, 2025
Merged

Conversation

leogdion
Copy link
Member

No description provided.

This was linked to issues Jun 17, 2025
Copy link

codecov bot commented Jun 17, 2025

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 lines Patch % Lines
Sources/SyntaxKit/Case.swift 0.00% 34 Missing ⚠️
Sources/SyntaxKit/parser/String.swift 0.00% 30 Missing ⚠️
Sources/SyntaxKit/If.swift 61.42% 27 Missing ⚠️
Sources/SyntaxKit/parser/TokenVisitor.swift 0.00% 27 Missing ⚠️
Sources/SyntaxKit/Let.swift 18.18% 18 Missing ⚠️
Sources/SyntaxKit/CodeBlock.swift 16.66% 15 Missing ⚠️
Sources/SyntaxKit/Trivia+Comments.swift 0.00% 15 Missing ⚠️
Sources/SyntaxKit/ParameterBuilderResult.swift 20.00% 12 Missing ⚠️
Sources/SyntaxKit/ParameterExpBuilderResult.swift 20.00% 12 Missing ⚠️
Sources/SyntaxKit/VariableExp.swift 85.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
Flag BASE (72961ff) HEAD (cba34a3)
spm 2 1
ubuntu 8 4
swift-6.1 4 2
swift-6.2 4 2
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     
Flag Coverage Δ
spm 58.55% <74.50%> (-10.75%) ⬇️
swift-6.1 58.55% <74.50%> (-10.75%) ⬇️
swift-6.2 58.55% <74.50%> (-10.75%) ⬇️
ubuntu 58.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.1 Jun 17, 2025
12 of 13 checks passed
@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 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.

Reorganize Code Improve Example Organization
1 participant