-
macOS 10.14.3 (MBP mid 2018)
Linking CXX shared module ../../../../../../macosopt/lib/OpenCOVER/plugins/libOpenScenario.so
cd /tmp/covise-20190424-57113-1m2na3n/build.covise/src/OpenCOVER/plugins/…
-
We used build.bat to build the project. Currently it finishes with no major errors. The setup was on a win10 device. Sorry in advance if it's a rudimentary question, but we are unclear on the expect…
-
Please add another example of how to run AltCover in the "Instrument and test now, classic mode" on full .net framework to get overage for a whole solution rather than individual libraries.
-
Im using Sonarqube 7.6 with plugin 4.1.0-SNAPSHOT. According to gitlab's pipeline logs, the analysis is successful and I can see it on Sonarqube but no comment is made by the plugin. Im assuming the: …
-
I'm using `coverlet.msbuild` on several modern `netstandard2.0` nunit test projects. A simple `dotnet test Some.csproj /p:CollectCoverage=true` together with smart `Directory.Build.Targets` like this
…
nzain updated
5 years ago
-
In my project https://github.com/SharpGenTools/SharpGenTools I've recently switched to using Coverlet for my code-coverage instrumentation. I've been encountering an intermittent issue where the Cover…
-
I am running with `dotnet test --configuration release` in .net core 2.1.
```
The short switch '-property:Configuration=release' is not defined in the switch mappings.
at Microsoft.Extensions.…
-
Hi,
I am using your Azure task to create code coverage in Azure devops pipeline.
Is it possible to make the html more interactive? i.e sorting on coverage or grouping on namespaces?
-
_From @saxenark on Tuesday, July 16, 2019 1:20:16 PM_
Hi,
I am using .net core 2.2 in my ASP.NET core application. My command line to invoke tests is like so:
dotnet test -v n -c Release --n…
-
Trying to exclude files by path but can't get it to work:
/p:AltCoverPathFilter=".*FileName\.cs"
Expected result file not being instrumented and excluded completely
But when I apply Path or File …