southpolenator / SharpDebug

C# debugging automation tool
MIT License
92 stars 30 forks source link

Adding top level project that references all others for simplified new project creation using nuget reference. #14

Closed southpolenator closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #14 into master will decrease coverage by 0.18%. The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   72.55%   72.37%   -0.19%     
==========================================
  Files         197      198       +1     
  Lines       13239    13251      +12     
  Branches     1870     1870              
==========================================
- Hits         9606     9590      -16     
- Misses       2931     2958      +27     
- Partials      702      703       +1
Impacted Files Coverage Δ
Source/CsDebugScript.UI.App/Program.cs 80% <100%> (+18.88%) :arrow_up:
Source/CsDebugScript/DebuggerInitialization.cs 40% <40%> (ø)
Tests/CsDebugScript.UITests/Complex.cs 80% <0%> (-20%) :arrow_down:
...t.DwarfSymbolProvider/DwarfSymbolProviderModule.cs 68.19% <0%> (-2.68%) :arrow_down:
...ript.Engine/Engine/Utility/DumpFileMemoryReader.cs 69.64% <0%> (-0.9%) :arrow_down:
...ource/CsDebugScript.DiaSymbolProvider/DiaModule.cs 77.06% <0%> (-0.31%) :arrow_down:
Source/CsDebugScript.CodeGen/Generator.cs 81.23% <0%> (+0.21%) :arrow_up:
.../CsDebugScript.UITests/InteractiveWindowWrapper.cs 84.61% <0%> (+0.85%) :arrow_up:
...sDebugScript.DbgEng/DbgEngDllHelpers/StateCache.cs 79.03% <0%> (+1.61%) :arrow_up:
... and 1 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 f92ec50...9e4f629. Read the comment docs.