southpolenator / SharpDebug

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

Adding Dwarf, Elf, Linux core dump support. #11

Closed southpolenator closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #11 into master will increase coverage by 4.15%. The diff coverage is 75.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   69.66%   73.81%   +4.15%     
==========================================
  Files         134      160      +26     
  Lines       14203    17321    +3118     
  Branches     1433     1753     +320     
==========================================
+ Hits         9894    12786    +2892     
- Misses       4309     4535     +226
Impacted Files Coverage Δ
...Script.CodeGen/UserTypes/UserTypeTransformation.cs 100% <ø> (ø) :arrow_up:
...sDebugScript.CodeGen/UserTypes/PhysicalUserType.cs 89.04% <ø> (ø) :arrow_up:
...ript.CodeGen/UserTypes/TemplateArgumentUserType.cs 72.72% <ø> (ø) :arrow_up:
...es/SingleClassInheritanceWithInterfacesTypeTree.cs 100% <ø> (ø) :arrow_up:
...ce/CsDebugScript.CodeGen/TypeTrees/UserTypeTree.cs 95.83% <ø> (ø) :arrow_up:
...sDebugScript.CodeGen/TypeTrees/TemplateTypeTree.cs 97.18% <ø> (ø) :arrow_up:
...ript.CodeGen/TypeTrees/TemplateArgumentTreeType.cs 12.5% <ø> (ø) :arrow_up:
...e/CsDebugScript.CodeGen/UserTypes/UserTypeField.cs 81.63% <ø> (ø) :arrow_up:
...CodeGen/UserTypeFactory/TemplateUserTypeFactory.cs 77.58% <ø> (ø) :arrow_up:
Source/CsDebugScript.CodeGen/NameHelper.cs 100% <ø> (ø) :arrow_up:
... and 107 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 0890d07...3429201. Read the comment docs.