Skip to content

Adding Concurrency and Error Throws #77

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 12 commits into from
Jun 22, 2025
Merged

Adding Concurrency and Error Throws #77

merged 12 commits into from
Jun 22, 2025

Conversation

leogdion
Copy link
Member

No description provided.

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

codecov bot commented Jun 21, 2025

Codecov Report

Attention: Patch coverage is 83.92000% with 201 lines in your changes missing coverage. Please review.

Project coverage is 78.32%. Comparing base (f158317) to head (fe65260).
Report is 1 commits behind head on v0.0.2.

Files with missing lines Patch % Lines
Sources/SyntaxKit/EnumCase+Syntax.swift 68.04% 31 Missing ⚠️
Sources/SyntaxKit/Tuple.swift 29.26% 29 Missing ⚠️
Sources/SyntaxKit/DictionaryExpr.swift 54.34% 21 Missing ⚠️
Sources/SyntaxKit/Catch.swift 87.14% 18 Missing ⚠️
Sources/SyntaxKit/CatchBuilder.swift 28.57% 15 Missing ⚠️
Sources/SyntaxKit/Infix.swift 50.00% 12 Missing ⚠️
Sources/SyntaxKit/DictionaryValue.swift 0.00% 11 Missing ⚠️
Sources/SyntaxKit/Parameter.swift 69.69% 10 Missing ⚠️
Sources/SyntaxKit/Variable+TypedInitializers.swift 83.63% 9 Missing ⚠️
Sources/SyntaxKit/Case.swift 87.93% 7 Missing ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##           v0.0.2      #77      +/-   ##
==========================================
+ Coverage   75.59%   78.32%   +2.72%     
==========================================
  Files          61       75      +14     
  Lines        3196     4124     +928     
==========================================
+ Hits         2416     3230     +814     
- Misses        780      894     +114     
Flag Coverage Δ
spm 78.05% <83.76%> (+2.77%) ⬆️
swift-6.1 78.27% <83.92%> (+2.80%) ⬆️
swift-6.2 78.22% <83.76%> (+2.72%) ⬆️
ubuntu 78.32% <83.92%> (+2.72%) ⬆️

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 linked an issue Jun 21, 2025 that may be closed by this pull request
@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.

Copy link
Contributor

codecov-ai bot commented Jun 21, 2025

Sentry has determined that unit tests are not necessary for this PR.

@leogdion leogdion merged commit c4af5ed into v0.0.2 Jun 22, 2025
14 checks passed
@leogdion leogdion deleted the 44-error-handling branch June 22, 2025 01:18
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.

Error Handling Typed Throws
1 participant