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

feat(#77)!: remove ApplicationContext and replace it with a new interface for DeferredProvider. (closes #77) #86

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

francescovallone
Copy link
Owner

Description

Remove ApplicationContext and replace the way to register DeferredProvider to something more straightforward. Also removed DeferredModules and ModuleOptions to simplify the code management.

Fixes #77

Type of change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

codecov bot commented Sep 11, 2024

Codecov Report

Attention: Patch coverage is 96.33700% with 10 lines in your changes missing coverage. Please review.

Project coverage is 89.66%. Comparing base (e85a2c8) to head (a62c390).

Files with missing lines Patch % Lines
packages/serinus/test/core/provider_test.dart 94.95% 6 Missing ⚠️
...s/serinus/lib/src/containers/module_container.dart 96.33% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #86      +/-   ##
===========================================
+ Coverage    89.29%   89.66%   +0.37%     
===========================================
  Files           74       73       -1     
  Lines         2457     2584     +127     
===========================================
+ Hits          2194     2317     +123     
- Misses         263      267       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@francescovallone francescovallone merged commit 4971bb2 into develop Sep 11, 2024
8 checks passed
@francescovallone francescovallone deleted the feat/77 branch September 11, 2024 22:00
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