Skip to content

Conversation

dflems
Copy link
Collaborator

@dflems dflems commented Aug 21, 2025

Nimble.Predicate has become Nimble.Matcher. Other than that, Nimble seems happy.

Also bumps the min SDK version to match latest Nimble.

.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nimble complained about some of these. Probably about time to bump anyway? iOS 10 is mighty old.

Copy link

codecov bot commented Aug 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.16%. Comparing base (2ce2f06) to head (26aa3f8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #217   +/-   ##
=======================================
  Coverage   96.16%   96.16%           
=======================================
  Files          43       43           
  Lines        1460     1460           
=======================================
  Hits         1404     1404           
  Misses         56       56           
Flag Coverage Δ
macspm 96.16% <ø> (ø)

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.

dependencies: [
.package(url: "https://github.com/pointfreeco/swift-case-paths", .upToNextMinor(from: "0.10.1")),
.package(url: "https://github.com/Quick/Nimble", from: "10.0.0"),
.package(url: "https://github.com/Quick/Nimble", from: "11.0.0"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will followup w/ an upgrade to 13.x, this is a baby step

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.

2 participants