SpiceSharp / SpiceSharpParser

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

Refactor of decorators and factories + bug fixes #110

Closed marcin-golebiowski closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
+ Coverage   82.25%   82.29%   +0.03%     
==========================================
  Files         303      304       +1     
  Lines       12034    12050      +16     
  Branches     1840     1845       +5     
==========================================
+ Hits         9899     9916      +17     
+ Misses       2038     2035       -3     
- Partials       97       99       +2
Impacted Files Coverage Δ
.../Readers/Controls/Simulations/SimulationControl.cs 61.29% <0%> (-22.05%) :arrow_down:
...Parser/Parsers/Expression/SpiceExpressionParser.cs 84.33% <0%> (-0.46%) :arrow_down:
...ecorators/NominalTemperatureSimulationDecorator.cs 100% <0%> (ø) :arrow_up:
...ries/CreateSimulationsForAllTemperaturesFactory.cs 100% <0%> (ø) :arrow_up:
...ecorators/CircuitTemperatureSimulationDecorator.cs 100% <0%> (ø) :arrow_up:
...s/CreateSimulationWithStochasticModelsDecorator.cs
...Readers/Controls/Simulations/SimulationsFactory.cs 100% <0%> (ø)
...ators/EnableStochasticModelsSimulationDecorator.cs 100% <0%> (ø)
...ionsForAllParameterSweepsAndTemperaturesFactory.cs 96.66% <0%> (+0.32%) :arrow_up:
...Factories/CreateSimulationsForMonteCarloFactory.cs 100% <0%> (+11.59%) :arrow_up:

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 b0e9a8d...3825c0c. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
+ Coverage   82.25%   82.52%   +0.26%     
==========================================
  Files         303      306       +3     
  Lines       12034    12187     +153     
  Branches     1840     1911      +71     
==========================================
+ Hits         9899    10057     +158     
- Misses       2038     2045       +7     
+ Partials       97       85      -12
Impacted Files Coverage Δ
.../Readers/EntityGenerators/Models/ModelGenerator.cs 75% <0%> (-25%) :arrow_down:
.../Readers/Controls/Simulations/SimulationControl.cs 61.29% <0%> (-22.05%) :arrow_down:
...odelReaders/Netlist/Spice/Context/ResultService.cs 70% <0%> (-1.19%) :arrow_down:
...Parser/Parsers/Expression/SpiceExpressionParser.cs 84.33% <0%> (-0.46%) :arrow_down:
...e/Readers/Controls/Simulations/MonteCarloResult.cs 85.89% <0%> (-0.36%) :arrow_down:
...etlist/Spice/Evaluation/Functions/MathFunctions.cs 100% <0%> (ø) :arrow_up:
...pice/Readers/Controls/Exporters/VoltageExporter.cs 61.53% <0%> (ø) :arrow_up:
...ecorators/NominalTemperatureSimulationDecorator.cs 100% <0%> (ø) :arrow_up:
...ries/CreateSimulationsForAllTemperaturesFactory.cs 100% <0%> (ø) :arrow_up:
...Netlist/Spice/Evaluation/SpiceExpressionContext.cs 100% <0%> (ø) :arrow_up:
... and 24 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 b0e9a8d...72148bb. Read the comment docs.