mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
print OpenCover version
This commit is contained in:
parent
62f57fbdf6
commit
4a1fa9d297
@ -19,6 +19,8 @@ If(!(test-path $coverageReportDir))
|
||||
New-Item -ItemType Directory -Force -Path $coverageReportDir
|
||||
}
|
||||
|
||||
& $openCover -version
|
||||
|
||||
& $openCover -target:"$vsTestConsole" `
|
||||
-targetArgs:"/inIsolation $runtimeTests /TestCaseFilter:`"TestCategory=Coverage`" /Framework:.NETCoreApp,Version=v2.1 /logger:trx;LogFileName=runtime.trx" `
|
||||
-filter:"+[Capnp.Net.Runtime]Capnp.*" `
|
||||
|
Loading…
x
Reference in New Issue
Block a user