Skip to content

Adding Conditionals #74

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 27 commits into from
Jun 21, 2025
Merged

Adding Conditionals #74

merged 27 commits into from
Jun 21, 2025

Conversation

leogdion
Copy link
Member

No description provided.

@leogdion leogdion linked an issue Jun 19, 2025 that may be closed by this pull request
Copy link

codecov bot commented Jun 19, 2025

Codecov Report

Attention: Patch coverage is 73.70957% with 382 lines in your changes missing coverage. Please review.

Project coverage is 75.46%. Comparing base (85ab6c8) to head (9a1ed03).
Report is 1 commits behind head on v0.0.2.

Files with missing lines Patch % Lines
Sources/SyntaxKit/Literal.swift 41.34% 61 Missing ⚠️
Sources/SyntaxKit/DictionaryLiteral.swift 0.00% 56 Missing ⚠️
Sources/SyntaxKit/Variable+Initializers.swift 73.80% 33 Missing ⚠️
Sources/SyntaxKit/ArrayLiteral.swift 0.00% 32 Missing ⚠️
Sources/SyntaxKit/Case.swift 0.00% 22 Missing ⚠️
Sources/SyntaxKit/Then.swift 13.04% 20 Missing ⚠️
Sources/SyntaxKit/EnumCase.swift 79.54% 18 Missing ⚠️
Sources/SyntaxKit/For.swift 77.21% 18 Missing ⚠️
Sources/SyntaxKit/Guard.swift 80.89% 17 Missing ⚠️
Sources/SyntaxKit/TuplePatternCodeBlock.swift 67.50% 13 Missing ⚠️
... and 17 more
Additional details and impacted files
@@            Coverage Diff             @@
##           v0.0.2      #74      +/-   ##
==========================================
- Coverage   77.41%   75.46%   -1.95%     
==========================================
  Files          44       61      +17     
  Lines        2364     3196     +832     
==========================================
+ Hits         1830     2412     +582     
- Misses        534      784     +250     
Flag Coverage Δ
spm 75.28% <73.29%> (-1.67%) ⬇️
swift-6.1 75.37% <73.50%> (-1.96%) ⬇️
swift-6.2 75.37% <73.50%> (-2.04%) ⬇️
ubuntu 75.46% <73.70%> (-1.95%) ⬇️

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
Copy link
Member Author

@codecov-ai-reviewer test

Copy link
Contributor

codecov-ai bot commented Jun 21, 2025

On it! Codecov is generating unit tests for this PR.

@leogdion leogdion merged commit f158317 into v0.0.2 Jun 21, 2025
12 of 14 checks passed
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.

Conditionals
1 participant