Skip to content

Standardize formatting #55

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 7 commits into from
May 24, 2025
Merged

Standardize formatting #55

merged 7 commits into from
May 24, 2025

Conversation

dfed
Copy link
Owner

@dfed dfed commented May 23, 2025

Use SwiftFormat and an editorconfig file to standardize formatting in the repo. Once this PR lands, I'll ignore this commit in blame via a .git-blame-ignore-revs file.

@dfed dfed self-assigned this May 23, 2025
Copy link

codecov bot commented May 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1e9c0dc) to head (6d2f6ca).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #55   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines         1301      1304    +3     
=========================================
+ Hits          1301      1304    +3     
Files with missing lines Coverage Δ
Sources/AsyncQueue/ActorQueue.swift 100.00% <100.00%> (ø)
Sources/AsyncQueue/FIFOQueue.swift 100.00% <100.00%> (ø)
Sources/AsyncQueue/Utilities/Delivery.swift 100.00% <100.00%> (ø)
Sources/AsyncQueue/Utilities/Semaphore.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/ActorQueueTests.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/DeliveryTests.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/ExpectationTests.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/FIFOQueueTests.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/SemaphoreTests.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/Utilities/Counter.swift 100.00% <100.00%> (ø)
... and 1 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dfed dfed marked this pull request as ready for review May 23, 2025 16:51
@dfed dfed merged commit ca81542 into main May 24, 2025
9 checks passed
@dfed dfed deleted the dfed--formatting branch May 24, 2025 20:12
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