SpiceSharp / SpiceSharpParser

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

Improvements #121

Closed marcin-golebiowski closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
+ Coverage   82.11%   82.48%   +0.37%     
==========================================
  Files         294      280      -14     
  Lines       11679    11396     -283     
  Branches     1892     1862      -30     
==========================================
- Hits         9590     9400     -190     
+ Misses       2012     1919      -93     
  Partials       77       77
Impacted Files Coverage Δ
...ist/Spice/Evaluation/Functions/Math/MinFunction.cs 42.1% <0%> (-47.37%) :arrow_down:
...ist/Spice/Evaluation/Functions/Math/MaxFunction.cs 42.1% <0%> (-47.37%) :arrow_down:
...t/Spice/Evaluation/Functions/Math/RoundFunction.cs 50% <0%> (-33.34%) :arrow_down:
SpiceSharpParser/Common/Evaluation/Evaluator.cs 72.41% <0%> (-7.59%) :arrow_down:
...ers/Netlist/Spice/Context/Updates/EntityUpdates.cs 74.23% <0%> (-0.77%) :arrow_down:
...etlist/Spice/Evaluation/Functions/MathFunctions.cs 100% <0%> (ø) :arrow_up:
SpiceSharpParser/Common/Evaluation/Function.cs 100% <0%> (ø) :arrow_up:
...Readers/Netlist/Spice/Processors/IfPreprocessor.cs 95.5% <0%> (ø) :arrow_up:
...rs/Netlist/Spice/Context/SimulationPreparations.cs 71.81% <0%> (ø) :arrow_up:
...Netlist/Spice/Evaluation/SpiceExpressionContext.cs 100% <0%> (ø) :arrow_up:
... and 28 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 5442238...5233c51. Read the comment docs.