mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
tuning coverage measurement
This commit is contained in:
parent
b5cd48e3fc
commit
e5902bf242
@ -2,10 +2,8 @@
|
||||
|
||||
namespace CapnpC.CSharp.Generator.CodeGen
|
||||
{
|
||||
class SkeletonWorder : Capnp.Rpc.Skeleton<object>
|
||||
abstract class SkeletonWorder : Capnp.Rpc.Skeleton<object>
|
||||
{
|
||||
public override ulong InterfaceId => throw new NotImplementedException();
|
||||
|
||||
public const string SetMethodTableName = nameof(SkeletonWorder.SetMethodTable);
|
||||
public const string ImplName = nameof(SkeletonWorder.Impl);
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ If(!(test-path $coverageReportDir))
|
||||
|
||||
& $openCover -target:"$vsTestConsole" `
|
||||
-targetArgs:"/inIsolation $generatorTests" `
|
||||
-filter:"+[CapnpC.CSharp.Generator]*" `
|
||||
-filter:"+[CapnpC.CSharp.Generator]CapnpC.CSharp.Generator.* -[CapnpC.CSharp.Generator]CapnpC.CSharp.Generator.Schema.*" `
|
||||
-excludebyattribute:"System.CodeDom.Compiler.GeneratedCodeAttribute" `
|
||||
-output:"$coverageOutputGenerator" `
|
||||
-mergebyhash -register:user -oldStyle
|
||||
|
Loading…
x
Reference in New Issue
Block a user