Skip to content

Feature: NullPropagation operator#100

Merged
StefH merged 1 commit intomasterfrom
null-conditional-operator
Aug 9, 2017
Merged

Feature: NullPropagation operator#100
StefH merged 1 commit intomasterfrom
null-conditional-operator

Conversation

@StefH
Copy link
Collaborator

@StefH StefH commented Aug 9, 2017

No description provided.

@StefH StefH self-assigned this Aug 9, 2017
@codecov
Copy link

codecov bot commented Aug 9, 2017

Codecov Report

Merging #100 into master will increase coverage by 0.56%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage    83.5%   84.07%   +0.56%     
==========================================
  Files          27       26       -1     
  Lines        3213     3202      -11     
  Branches      475      476       +1     
==========================================
+ Hits         2683     2692       +9     
+ Misses        398      379      -19     
+ Partials      132      131       -1
Impacted Files Coverage Δ
src/System.Linq.Dynamic.Core/ExpressionParser.cs 82.77% <100%> (+0.03%) ⬆️
...c/System.Linq.Dynamic.Core/Tokenizer/TextParser.cs 98.63% <100%> (+0.02%) ⬆️
...rc/System.Linq.Dynamic.Core/DynamicClassFactory.cs 90.36% <0%> (+0.45%) ⬆️

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 9b8ba5f...df6fa5b. Read the comment docs.

@codecov
Copy link

codecov bot commented Aug 9, 2017

Codecov Report

Merging #100 into master will increase coverage by 0.28%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage    83.5%   83.79%   +0.28%     
==========================================
  Files          27       26       -1     
  Lines        3213     3202      -11     
  Branches      475      476       +1     
==========================================
  Hits         2683     2683              
+ Misses        398      379      -19     
- Partials      132      140       +8
Impacted Files Coverage Δ
src/System.Linq.Dynamic.Core/ExpressionParser.cs 82.46% <100%> (-0.29%) ⬇️
...c/System.Linq.Dynamic.Core/Tokenizer/TextParser.cs 97.27% <100%> (-1.34%) ⬇️
...rc/System.Linq.Dynamic.Core/DynamicClassFactory.cs 90.36% <0%> (+0.45%) ⬆️

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 9b8ba5f...df6fa5b. Read the comment docs.

@StefH StefH merged commit 88de39c into master Aug 9, 2017
@StefH StefH deleted the null-conditional-operator branch August 15, 2017 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant