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

#513 - Time Units #521

Merged
merged 1 commit into from Mar 26, 2022
Merged

#513 - Time Units #521

merged 1 commit into from Mar 26, 2022

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Mar 23, 2022

Closes #513.

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

codecov bot commented Mar 23, 2022

Codecov Report

Merging #521 (57b9ce3) into dev (1a74ba7) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #521      +/-   ##
==========================================
+ Coverage   99.51%   99.52%   +0.01%     
==========================================
  Files         191      195       +4     
  Lines        7016     7222     +206     
==========================================
+ Hits         6982     7188     +206     
  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%> (ø)
xFunc.Maths/Expressions/Div.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Floor.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Frac.cs 100.00% <100.00%> (ø)
... and 13 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 1a74ba7...57b9ce3. Read the comment docs.

@sys27 sys27 force-pushed the feature/time-units branch 5 times, most recently from 14b7cfa to e562d20 Compare March 25, 2022 07:11
@sys27 sys27 marked this pull request as ready for review March 25, 2022 07:11
@sys27 sys27 merged commit f0c4acf into dev Mar 26, 2022
@sys27 sys27 deleted the feature/time-units branch March 26, 2022 08:24
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.

Time: μs, ms, s, min, hr, days, weeks, years, add ns
1 participant