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

Define the construction context #38

Merged
merged 13 commits into from
May 28, 2017
Merged

Define the construction context #38

merged 13 commits into from
May 28, 2017

Conversation

JSkimming
Copy link
Owner

The construction context provides contextual information during DI construction process.

@codecov-io
Copy link

codecov-io commented May 23, 2017

Codecov Report

Merging #38 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   99.93%   99.93%   +<.01%     
==========================================
  Files          56       59       +3     
  Lines        1564     1637      +73     
  Branches      292      308      +16     
==========================================
+ Hits         1563     1636      +73     
  Misses          1        1
Impacted Files Coverage Δ
...c/Composition/Compositions/SingletonComposition.cs 98.43% <ø> (ø) ⬆️
.../Abioc/Composition/Compositions/CompositionBase.cs 100% <ø> (ø) ⬆️
...ition/Compositions/InjectedSingletonComposition.cs 100% <ø> (ø) ⬆️
...ioc/Composition/Compositions/FactoryComposition.cs 100% <100%> (ø) ⬆️
...position/Compositions/SimpleParameterExpression.cs 100% <100%> (ø) ⬆️
src/Abioc/Generation/CodeGeneration.cs 100% <100%> (ø) ⬆️
.../Abioc/Generation/ConstructionContextDefinition.cs 100% <100%> (ø)
...tion/Compositions/EnumerableParameterExpression.cs 100% <100%> (ø) ⬆️
src/Abioc/ConstructionContextExtensions.cs 100% <100%> (ø) ⬆️
src/Abioc/Generation/GenerationContext.cs 100% <100%> (ø) ⬆️
... and 9 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 1d1d385...fbc1c94. Read the comment docs.

@JSkimming JSkimming self-assigned this May 25, 2017
@JSkimming JSkimming force-pushed the construction-context branch 3 times, most recently from 9cef102 to 2fecb8b Compare May 26, 2017 10:22
@JSkimming JSkimming merged commit c47faa1 into master May 28, 2017
@JSkimming JSkimming deleted the construction-context branch May 28, 2017 07:44
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