Skip to content

Conversation

ptoffy
Copy link
Member

@ptoffy ptoffy commented Oct 9, 2025

No description provided.

Copy link

codecov bot commented Oct 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.52%. Comparing base (2033b3e) to head (259d306).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #232      +/-   ##
==========================================
- Coverage   83.79%   83.52%   -0.27%     
==========================================
  Files          56       56              
  Lines        1493     1493              
==========================================
- Hits         1251     1247       -4     
- Misses        242      246       +4     
Files with missing lines Coverage Δ
Sources/JWTKit/ECDSA/P256+CurveType.swift 100.00% <ø> (ø)
Sources/JWTKit/ECDSA/P384+CurveType.swift 100.00% <ø> (ø)
Sources/JWTKit/ECDSA/P521+CurveType.swift 100.00% <ø> (ø)
Sources/JWTKit/EdDSA/EdDSA.swift 95.55% <ø> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

extension P384.Signing.ECDSASignature: ECDSASignature, @unchecked @retroactive Sendable {}
extension P384.Signing.PublicKey: @unchecked @retroactive Sendable {}
extension P384: @unchecked @retroactive Sendable {}
extension P384.Signing.PrivateKey: ECDSAPrivateKey {}
Copy link
Contributor

Choose a reason for hiding this comment

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

We should require a version high enough for these Sendable coformances to be always available.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep just waiting on Certificates to have a Crypto 4 release and then will bump both

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