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

#514 - Length Units. #519

Merged
merged 1 commit into from Mar 20, 2022
Merged

#514 - Length Units. #519

merged 1 commit into from Mar 20, 2022

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Mar 16, 2022

Closes #514

@sys27 sys27 added this to the xFunc 4.1.0 milestone Mar 16, 2022
@sys27 sys27 self-assigned this Mar 16, 2022
@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #519 (6a828a7) into dev (73fc389) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #519      +/-   ##
==========================================
+ Coverage   99.49%   99.51%   +0.02%     
==========================================
  Files         186      191       +5     
  Lines        6720     7016     +296     
==========================================
+ Hits         6686     6982     +296     
  Misses         34       34              
Impacted Files Coverage Δ
xFunc.Maths/Analyzers/Differentiator.cs 100.00% <100.00%> (ø)
...Func.Maths/Analyzers/Formatters/CommonFormatter.cs 100.00% <100.00%> (ø)
xFunc.Maths/Analyzers/Simplifier.cs 100.00% <100.00%> (ø)
...Func.Maths/Analyzers/TypeAnalyzers/TypeAnalyzer.cs 99.89% <100.00%> (+<0.01%) ⬆️
xFunc.Maths/Expressions/Abs.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Add.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Ceil.cs 100.00% <100.00%> (ø)
...nc.Maths/Expressions/Collections/ParameterValue.cs 97.82% <100.00%> (+0.15%) ⬆️
xFunc.Maths/Expressions/Div.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Floor.cs 100.00% <100.00%> (ø)
... and 26 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 73fc389...6a828a7. Read the comment docs.

@sys27 sys27 force-pushed the feature/length-units branch 6 times, most recently from 21789cf to 5477138 Compare March 19, 2022 10:37
@sys27 sys27 marked this pull request as ready for review March 20, 2022 07:58
@sys27 sys27 merged commit aba175b into dev Mar 20, 2022
@sys27 sys27 deleted the feature/length-units branch March 20, 2022 08:12
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.

Length: nm, µm, mm, cm, m, km, in, ft, yd, mi, nmi, chains, rods, au, ly, pc
1 participant