SpiceSharp / SpiceSharpParser

SPICE netlists parser for .NET
MIT License
25 stars 6 forks source link

Improvements #124

Closed marcin-golebiowski closed 4 years ago

marcin-golebiowski commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #124 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage    82.4%   82.43%   +0.02%     
==========================================
  Files         280      283       +3     
  Lines       11460    11454       -6     
  Branches     1898     1871      -27     
==========================================
- Hits         9444     9442       -2     
+ Misses       1939     1936       -3     
+ Partials       77       76       -1
Impacted Files Coverage Δ
...t/Spice/Evaluation/Functions/Math/TableFunction.cs 88.11% <0%> (-2.8%) :arrow_down:
SpiceSharpParser/Lexers/LexerStringReader.cs 91.56% <0%> (-1.92%) :arrow_down:
...SharpParser/Common/Evaluation/ExpressionContext.cs 83.24% <0%> (-1.68%) :arrow_down:
...rser/Parsers/Expression/ExpressionParserHelpers.cs 97.8% <0%> (-0.33%) :arrow_down:
...piceSharpParser/Lexers/Netlist/Spice/SpiceLexer.cs 99.43% <0%> (-0.01%) :arrow_down:
...piceSharpParser/Lexers/Netlist/Spice/SpiceToken.cs 100% <0%> (ø) :arrow_up:
SpiceSharpParser/Lexers/StringExtensions.cs 86.36% <0%> (ø)
SpiceSharpParser/Lexers/LexerLogicalLine.cs 100% <0%> (ø)
...ommon/Evaluation/Expressions/FunctionExpression.cs 100% <0%> (ø)
.../Common/Evaluation/Functions/ExpressionFunction.cs 68.42% <0%> (+0.56%) :arrow_up:
... and 5 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 900d60b...aed773b. Read the comment docs.