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

Added Dependency Injection Groups and Set support. #21

Merged
merged 5 commits into from
Aug 5, 2021

Conversation

alexruperez
Copy link
Owner

@alexruperez alexruperez commented Aug 3, 2021

What is the purpose of this pull request?

[x] New feature.
[x] Documentation update.

What changes did you make?

  • Dependency Injection Groups.
  • Set support.

This change is Reviewable

@alexruperez alexruperez added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Aug 3, 2021
@codeclimate
Copy link

codeclimate bot commented Aug 3, 2021

Code Climate has analyzed commit 1ded4b1 and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented Aug 3, 2021

Codecov Report

Merging #21 (1ded4b1) into master (f8e37f4) will increase coverage by 0.21%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   93.77%   93.99%   +0.21%     
==========================================
  Files          19       19              
  Lines        1045     1082      +37     
==========================================
+ Hits          980     1017      +37     
  Misses         65       65              
Impacted Files Coverage Δ
Sources/Inject/Inject.swift 97.16% <100.00%> (+0.50%) ⬆️
Sources/Inject/InjectStorage.swift 100.00% <100.00%> (ø)
Sources/Storage/DelegatedStorage.swift 95.65% <100.00%> (+0.06%) ⬆️
Sources/UserDefault/UserDefaultsStorage.swift 100.00% <100.00%> (ø)
Tests/SecurePropertyStorageTests/InjectTests.swift 98.73% <100.00%> (+0.14%) ⬆️
.../SecurePropertyStorageTests/UserDefaultTests.swift 90.25% <100.00%> (+0.41%) ⬆️

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 f8e37f4...1ded4b1. Read the comment docs.

@alexruperez alexruperez merged commit 617b99a into master Aug 5, 2021
@alexruperez alexruperez deleted the release/0.5.0 branch August 5, 2021 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants