opencover icon indicating copy to clipboard operation
opencover copied to clipboard

A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points

Results 36 opencover issues
Sort by recently updated
recently updated
newest added

Hi, we have some tests that tests that usually takes around 5 minutes to run in total, but when using opencover 4.7.1221 it takes 20 minutes. Downgrading to v4.6.519 makes...

I have multiple opencover files generated as a part of code coverage process using following command . `dotnet test --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover ` my query is , how...

Thers is a gap between opencover report and ncover report when same tests are executed against similar setup. We executed few test cases against our .NET application by copying all...

Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'source') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate) at ProcAIReview.Infrastructure.Configuration.Swagger.SwaggerConfiguration.ConfigureSwashbuckle(IServiceCollection services, IConfiguration configuration) in D:\Gordian\PocAIReviewAssistantAPI\PocAIReviewAssistantAPI\Infrastructure\Configuration\Swagger.cs:line 26 at ProcAIReview.Startup.ConfigureServices(IServiceCollection services) in D:\Gordian\PocAIReviewAssistantAPI\PocAIReviewAssistantAPI\Startup.cs:line...

**Is your feature request related to a problem? Please describe.** On CI server, we use msbuild switch [pathmap](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/advanced#pathmap) to achieve deterministic builds (with [deterministic ](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/code-generation#deterministic)). But by doing that, we...

Last week the .NET Core team [released a preview for version 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/02/27/announcing-net-core-2-1-preview-1/). With this release the CLI now support what they called: *.NET Core Global Tools*. To quote the announcement:...

feature
low

AppVeyor now supports matrix builds - this could possibly improve build performance for the c++ builds https://www.appveyor.com/docs/job-workflows/

Chocolatey packages involving the installer are failing due to hash mismatch

Please provide the following information when submitting an issue. > Where appropriate replace the `[ ]` with a `[X]` ### My Framework - [ ] .NET 2 - [ ]...

bug
feature
low

Please provide the following information when submitting an issue. > Where appropriate replace the `[]` with a `[X]` **NOTE** Support requests should initially be raised on [GitHub discussions](https://github.com/OpenCover/opencover/discussions) ### My...

support