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(core,adapters.nestjs,common): support property injection strategy #75

Merged
merged 5 commits into from
Jul 28, 2023

Conversation

omermorad
Copy link
Collaborator

@omermorad omermorad commented Jul 27, 2023

Closes #64

@omermorad omermorad changed the title feat(common): add properties prop to dependencies map interface chore: release next version (v1.3.0) Jul 27, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2023

Codecov Report

Merging #75 (8aeeae5) into next (c2087c8) will increase coverage by 16.86%.
Report is 53 commits behind head on next.
The diff coverage is 89.88%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff             @@
##             next      #75       +/-   ##
===========================================
+ Coverage   73.98%   90.84%   +16.86%     
===========================================
  Files           8       11        +3     
  Lines         123      142       +19     
  Branches        5       17       +12     
===========================================
+ Hits           91      129       +38     
+ Misses         31       13       -18     
+ Partials        1        0        -1     
Flag Coverage Δ
adapters.nestjs 90.84% <89.88%> (+16.86%) ⬆️
core 90.84% <89.88%> (+16.86%) ⬆️
jest 90.84% <89.88%> (+16.86%) ⬆️

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

Files Changed Coverage Δ
packages/core/src/main.ts 41.66% <37.50%> (ø)
...kages/adapters/nestjs/src/class-props-reflector.ts 88.23% <88.23%> (ø)
...ckages/adapters/nestjs/src/class-ctor-reflector.ts 94.11% <94.11%> (ø)
packages/core/src/services/unit-mocker.ts 94.73% <94.73%> (ø)
packages/adapters/nestjs/src/class-reflector.ts 100.00% <100.00%> (ø)
...kages/adapters/nestjs/src/params-token-resolver.ts 94.44% <100.00%> (ø)
packages/core/src/services/package-resolver.ts 100.00% <100.00%> (ø)
packages/core/src/services/testbed-builder.ts 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@omermorad omermorad changed the title chore: release next version (v1.3.0) feat: support property injection startegy Jul 28, 2023
@omermorad omermorad force-pushed the feat/64/support-prop-injection-strategy branch from 6ecad69 to 2f8b0a9 Compare July 28, 2023 15:36
@omermorad omermorad force-pushed the feat/64/support-prop-injection-strategy branch from 2f8b0a9 to 8aeeae5 Compare July 28, 2023 19:11
@omermorad omermorad changed the title feat: support property injection startegy feat(core,adapters.nestjs,common): support property injection strategy Jul 28, 2023
@omermorad omermorad merged commit 7eef9a0 into next Jul 28, 2023
@omermorad omermorad deleted the feat/64/support-prop-injection-strategy branch July 28, 2023 19:27
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.

2 participants