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

chore: Added support for Swift Package Manager #1123

Merged
merged 3 commits into from
Apr 6, 2021
Merged

chore: Added support for Swift Package Manager #1123

merged 3 commits into from
Apr 6, 2021

Conversation

royjit
Copy link
Contributor

@royjit royjit commented Mar 22, 2021

Issue #, if available:

Description of changes:

Check points:

  • Added new tests to cover change, if needed
  • All unit tests pass
  • All integration tests pass
  • Documentation update for the change if required
  • PR title conforms to conventional commit style

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #1123 (58da7b3) into main (0a6dcd5) will decrease coverage by 0.03%.
The diff coverage is n/a.

❗ Current head 58da7b3 differs from pull request most recent head 2ddde85. Consider uploading reports for the commit 2ddde85 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1123      +/-   ##
==========================================
- Coverage   58.99%   58.96%   -0.04%     
==========================================
  Files         652      652              
  Lines       19210    19210              
==========================================
- Hits        11333    11327       -6     
- Misses       7877     7883       +6     
Flag Coverage Δ
API_plugin_unit_test 55.46% <ø> (-0.21%) ⬇️
AWSPluginsCore 76.56% <ø> (ø)
Amplify 48.02% <ø> (-0.05%) ⬇️
Analytics_plugin_unit_test 73.41% <ø> (ø)
Auth_plugin_unit_test 82.31% <ø> (ø)
DataStore_plugin_unit_test 73.85% <ø> (ø)
Predictions_plugin_unit_test 33.51% <ø> (ø)
Storage_plugin_unit_test 57.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...lugins/API/AWSAPICategoryPlugin/AWSAPIPlugin.swift 100.00% <ø> (ø)
...AWSAPICategoryPlugin/Core/AppSyncListPayload.swift 92.00% <ø> (ø)
...WSAPICategoryPlugin/Core/AppSyncListResponse.swift 100.00% <ø> (ø)
...SAPICategoryPlugin/Core/AppSyncModelMetadata.swift 76.78% <ø> (ø)
...oryPlugin/Support/Decode/GraphQLErrorDecoder.swift 70.73% <ø> (ø)
...ort/Decode/GraphQLResponseDecoder+DecodeData.swift 86.11% <ø> (ø)
...n/Support/Internal/AWSAppSyncGraphQLResponse.swift 86.00% <ø> (ø)
...itoAuthPlugin/AWSCognitoAuthPlugin+Configure.swift 84.21% <ø> (ø)
...th/AWSCognitoAuthPlugin/AWSCognitoAuthPlugin.swift 37.50% <ø> (ø)
...AuthPlugin/Dependency/AuthUserServiceAdapter.swift 78.62% <ø> (ø)
... and 32 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 02ac2ba...2ddde85. Read the comment docs.

@royjit royjit marked this pull request as ready for review April 6, 2021 21:33
Package.swift Outdated Show resolved Hide resolved
Co-authored-by: Tim Schmelter <schmelte@amazon.com>
@royjit royjit merged commit 3f700ac into main Apr 6, 2021
@royjit royjit deleted the SPM branch April 6, 2021 23:09
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