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 Package Manager Support #76

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

lightsprint09
Copy link
Contributor

@lightsprint09 lightsprint09 commented Feb 20, 2017

Support for SPM

  • Changes file structure to support SPM

  • Adds Package file

  • Adds 2 new Travis targets (SPM on Mac and Linux)

  • Removes usage of NSNull, NSObject & NSDictionary - Please check if this is ok.

@codecov-io
Copy link

codecov-io commented Feb 20, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@7088d80). Click here to learn what that means.
The diff coverage is 100%.

@@            Coverage Diff            @@
##             master      #76   +/-   ##
=========================================
  Coverage          ?   56.36%           
=========================================
  Files             ?       26           
  Lines             ?      809           
  Branches          ?        0           
=========================================
  Hits              ?      456           
  Misses            ?      353           
  Partials          ?        0
Impacted Files Coverage Δ
Tests/JSONCodableTests/ClassInheritance.swift 73.68% <ø> (ø)
Tests/JSONCodableTests/ClassInheritanceTests.swift 86.66% <ø> (ø)
Tests/JSONCodableTests/EncodeNestingTests.swift 57.14% <ø> (ø)
Tests/JSONCodableTests/NestItem.swift 77.77% <ø> (ø)
Source/JSONHelpers.swift 31.25% <ø> (ø)
Source/JSONEncodable.swift 50% <ø> (ø)
Tests/JSONCodableTests/HelperTests.swift 100% <ø> (ø)
Tests/JSONCodableTests/UtilityTests.swift 100% <ø> (ø)
Tests/JSONCodableTests/Company.swift 100% <ø> (ø)
Source/JSONEncodable+Mirror.swift 100% <ø> (ø)
... and 16 more

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 7088d80...a6b916c. Read the comment docs.

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.

None yet

2 participants