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

Allow to dynamically load and unload Modules #105

Merged
merged 7 commits into from
Jun 5, 2024

Ensure @Provide values are removed from all @Collect values when modu…

e198c62
Select commit
Loading
Failed to load commit list.
Merged

Allow to dynamically load and unload Modules #105

Ensure @Provide values are removed from all @Collect values when modu…
e198c62
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 5, 2024 in 0s

86.49% (+1.53%) compared to c43e4fa

View this Pull Request on Codecov

86.49% (+1.53%) compared to c43e4fa

Details

Codecov Report

Attention: Patch coverage is 92.80822% with 21 lines in your changes missing coverage. Please review.

Project coverage is 86.49%. Comparing base (c43e4fa) to head (e198c62).

Current head e198c62 differs from pull request most recent head 5f05cb5

Please upload reports for the commit 5f05cb5 to get more accurate results.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   84.97%   86.49%   +1.53%     
==========================================
  Files          41       42       +1     
  Lines         951     1147     +196     
==========================================
+ Hits          808      992     +184     
- Misses        143      155      +12     
Files Coverage Δ
...ilities/Communication/CollectPropertyWrapper.swift 100.00% <100.00%> (ø)
...ilities/Communication/ProvidePropertyWrapper.swift 100.00% <100.00%> (ø)
...Spezi/Dependencies/Module+DependencyRelation.swift 100.00% <100.00%> (ø)
Sources/Spezi/Dependencies/ModuleReference.swift 100.00% <100.00%> (ø)
...pezi/Dependencies/Property/DependencyBuilder.swift 100.00% <ø> (ø)
...i/Dependencies/Property/DependencyCollection.swift 98.12% <100.00%> (ø)
...dencies/Property/DependencyCollectionBuilder.swift 40.00% <ø> (ø)
...pezi/Dependencies/Property/DependencyContext.swift 95.84% <100.00%> (ø)
.../Dependencies/Property/DependencyDeclaration.swift 100.00% <ø> (ø)
...endencies/Property/DependencyPropertyWrapper.swift 92.07% <100.00%> (ø)
... and 7 more

Continue to review full report in Codecov by Sentry.

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