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

Fix for np() opererator for Nullable (e.g. DateTime) #270

Merged
merged 2 commits into from
May 14, 2019
Merged

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented May 13, 2019

No description provided.

@StefH StefH self-assigned this May 13, 2019
@codecov
Copy link

codecov bot commented May 13, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #270      +/-   ##
==========================================
+ Coverage   96.51%   96.52%   +<.01%     
==========================================
  Files          41       41              
  Lines        7239     7244       +5     
==========================================
+ Hits         6987     6992       +5     
  Misses        252      252
Impacted Files Coverage Δ
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.65% <100%> (ø) ⬆️
src/System.Linq.Dynamic.Core/Parser/TypeHelper.cs 100% <100%> (ø) ⬆️

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 5e1becb...df62a41. Read the comment docs.

2 similar comments
@codecov
Copy link

codecov bot commented May 13, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #270      +/-   ##
==========================================
+ Coverage   96.51%   96.52%   +<.01%     
==========================================
  Files          41       41              
  Lines        7239     7244       +5     
==========================================
+ Hits         6987     6992       +5     
  Misses        252      252
Impacted Files Coverage Δ
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.65% <100%> (ø) ⬆️
src/System.Linq.Dynamic.Core/Parser/TypeHelper.cs 100% <100%> (ø) ⬆️

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 5e1becb...df62a41. Read the comment docs.

@codecov
Copy link

codecov bot commented May 13, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #270      +/-   ##
==========================================
+ Coverage   96.51%   96.52%   +<.01%     
==========================================
  Files          41       41              
  Lines        7239     7244       +5     
==========================================
+ Hits         6987     6992       +5     
  Misses        252      252
Impacted Files Coverage Δ
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.65% <100%> (ø) ⬆️
src/System.Linq.Dynamic.Core/Parser/TypeHelper.cs 100% <100%> (ø) ⬆️

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 5e1becb...df62a41. Read the comment docs.

@StefH StefH merged commit 0faef88 into master May 14, 2019
@StefH StefH deleted the np-datetime branch May 14, 2019 08:21
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