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

Use strict types (Variable instead of IExpression) in Inc, Dec, AddAsssign, SubAssign, DivAssign, MulAssing #252

Merged
merged 1 commit into from Mar 1, 2020

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Mar 1, 2020

No description provided.

@sys27 sys27 added this to the xFunc 4.0.0 milestone Mar 1, 2020
@sys27 sys27 self-assigned this Mar 1, 2020
@codecov
Copy link

codecov bot commented Mar 1, 2020

Codecov Report

Merging #252 into dev will decrease coverage by 0.22%.
The diff coverage is 89.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #252      +/-   ##
==========================================
- Coverage   97.78%   97.56%   -0.23%     
==========================================
  Files         143      145       +2     
  Lines        4731     4796      +65     
==========================================
+ Hits         4626     4679      +53     
- Misses        105      117      +12
Impacted Files Coverage Δ
xFunc.Maths/Expressions/BinaryExpression.cs 91.42% <ø> (ø) ⬆️
...Maths/Expressions/DifferentParametersExpression.cs 84.61% <ø> (ø) ⬆️
xFunc.Maths/Expressions/UnaryExpression.cs 92.85% <ø> (ø) ⬆️
xFunc.Maths/Expressions/Programming/Dec.cs 100% <100%> (+6.66%) ⬆️
xFunc.Maths/Expressions/Programming/SubAssign.cs 100% <100%> (ø) ⬆️
...Func.Maths/Analyzers/Formatters/CommonFormatter.cs 100% <100%> (ø) ⬆️
xFunc.Maths/Expressions/Programming/Inc.cs 100% <100%> (+6.66%) ⬆️
xFunc.Maths/Expressions/Programming/AddAssign.cs 100% <100%> (+5%) ⬆️
xFunc.Maths/Expressions/Programming/DivAssign.cs 100% <100%> (ø) ⬆️
xFunc.Maths/Expressions/Programming/MulAssign.cs 100% <100%> (ø) ⬆️
... and 4 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 f36d040...f99d85d. Read the comment docs.

@sys27 sys27 merged commit 204084c into dev Mar 1, 2020
@sys27 sys27 deleted the feature/variables branch March 1, 2020 18:10
sys27 added a commit that referenced this pull request Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant