Skip to content
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

Swift 5 compatibility (plus Swift 4.2 and 5 tests on Travis) #215

Merged
merged 9 commits into from
Sep 18, 2019

Conversation

mattrubin
Copy link
Owner

Building off of The excellent work by @gereons in #209, this PR adds Swift 5 compatibility while maintaining Swift 4.2 compatibility, and manages to build and test the library with both Swift versions on Travis CI.

@mattrubin mattrubin changed the title Swift 5 compatibility (plus Swift 4.2 and 5 tests on Travis Swift 5 compatibility (plus Swift 4.2 and 5 tests on Travis) Sep 18, 2019
@mattrubin mattrubin mentioned this pull request Sep 18, 2019
@codecov
Copy link

codecov bot commented Sep 18, 2019

Codecov Report

Merging #215 into develop will decrease coverage by 2.17%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #215      +/-   ##
===========================================
- Coverage    99.34%   97.17%   -2.18%     
===========================================
  Files            6        6              
  Lines          153      389     +236     
===========================================
+ Hits           152      378     +226     
- Misses           1       11      +10
Impacted Files Coverage Δ
Sources/Generator.swift 100% <100%> (ø) ⬆️
Sources/Crypto.swift 100% <100%> (ø) ⬆️
Sources/Keychain.swift 92.56% <0%> (-4.81%) ⬇️
Sources/Token+URL.swift 98.41% <0%> (-1.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca100be...6d5ca4f. Read the comment docs.

@mattrubin
Copy link
Owner Author

Codecov's indicated reduction in code coverage is entirely in files unmodified and unaffected by this PR, so I suspect the apparent change in coverage is due to a change in how Xcode generates coverage reports or how Codecov processes them.

@mattrubin mattrubin merged commit bf086fa into develop Sep 18, 2019
@mattrubin mattrubin deleted the swift-five-on-travis branch September 18, 2019 00:48
@mattrubin mattrubin added this to the 3.1.6 milestone Sep 18, 2019
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