altcover
altcover copied to clipboard
Cross-platform coverage gathering and processing tool set for dotnet/.Net Framework and Mono
Things have worked great for me in the past, however in joining a new project; when running `dotnet test /p:AltCover=true` I get: ``` C:\Users\tclegg\.nuget\packages\altcover\8.3.838\build\netstandard2.0\AltCover.targets(83,5): error : [C:\Users\tclegg\\.csproj] C:\Users\tclegg\.nuget\packages\altcover\8.3.838\build\netstandard2.0\AltCover.targets(83,5): error :...
I was running into issues while trying to integrate altcover in our build process. because of some of how we built some of our tests we required the inplace option...
As .net also runs on mobile platforms, it would be great if we could collect the code coverage using a combination of altcover and xharness
Hi Steve, Altcover is working great. capturing the coverage of all the instrumented DLLs, but recently we have observed that the .acv files are growing and reaching ~300 MB, (and...
Hi Steve, In our environment we are generating Cobertura coverage files using AltCover on multiple testing servers. We have dotnet based service which builds on the automation servers having distinct...
We have a project that depends on a UWP winmd file. C:\Program Files (x86)\Windows Kits\10\References\10.0.22000.0\Windows.Foundation.FoundationContract\4.0.0.0\Windows.Foundation.FoundationContract.winmd true C:\Program Files (x86)\Windows Kits\10\References\10.0.22000.0\Windows.Foundation.UniversalApiContract\14.0.0.0\Windows.Foundation.UniversalApiContract.winmd true It builds ok. During instrumentation we get the error...
## Repo Steps First I instrumented the binaries using `altcover`: ``` PS D:\TestProject.Console> altcover ` --inputDirectory=D:\TestProject.Console\bin\Release\net8.0 ` --outputDirectory=D:\TestProject.Console\bin\Instrumented\net8.0 Creating folder D:\TestProject.Console\bin\Instrumented\net8.0\ Instrumenting files from D:\TestProject.Console\bin\Release\net8.0\ Writing files to D:\TestProject.Console\bin\Instrumented\net8.0\ =>...
Hi, I am getting this error. Any solution? + mono Tool_AETool/packages/altcover.8.8.21/tools/net472/AltCover.exe --reportFormat=OpenCover --attributeFilter=ExcludeFromCodeCoverage --linecover -r Tool_AETool/_Reports/coverage.xml --outputDirectory=Tool_AETool/bin/Debug/__Instrumented -i Tool_AETool/bin/Debug --assemblyExcludeFilter=NUnit3.+ --assemblyExcludeFilter=nunit+ --assemblyExcludeFilter=Microsoft+ Creating folder /home/jenkins/agent/workspace/l_AETool_feature_US191919/Tool_AETool/bin/Debug/__Instrumented/ Instrumenting files from /home/jenkins/agent/workspace/l_AETool_feature_US191919/Tool_AETool/bin/Debug/ Writing...
Hi, when there are two methods just differentiating based on their derived types, they share the same name and signature in the cobertura output. Here is an example: ```c# public...
``` Passed: 201, Skipped: 0, Total: 201, Duration: 4 s - CuroAdmin.UnitTests.dll (net8.0) ... D:\a\1\s\tests\CuroAdmin.UnitTests\coverage.xml.0.acv (27,011b) 3,578,198 visits recorded in 00:00:00.0440967 (81,144,349 visits/sec) A total of 3,578,198 visits recorded Coverage...