-
Tried to import tests results, but it failed. I'm using opencover format and mstest format.
Searched for those keywords in this repository, but haven't found them, i assume it's not implemented, but…
-
I personally find Crap score better than code coverage, so I think it could be useful to add a fail threshold constraint for maxCrapScore. Also maxCyclomaticComplexity might be good too.
-
Currently the test script does not run the tests with code coverage enabled. Several steps are required to enable code coverage collection:
### Ensure Windows PDBs are available for OpenCover
1.…
-
I've just moved my app to `.NET Core 3.1` (which is LTS). I switched my CI from `dotnet 2.2` to `dotnet 3.1` and received such error:
```
$ $HOME/.dotnet/tools/codecov -f ./test/CoverageResults/cove…
-
When converting from OpenCover to Lcov the Lcov file is missing branch coverage. Also, the test name is only populated for the first file and ignored for the rest.
Questions:
1. Is there anythin…
-
Hello,
I've been using the report generator for a few months now without any major hiccups until just recently. Something has changed on the branch coverage generation and I can't make any sense of…
-
Hi,
Thanks for this library :)
It would be nice if the unit test coverage is measured. You could do that in combination with AppVeyor.
There are at least two options:
- Use opencover with …
-
@MarcoRossignoli I just finished configuring a GH Actions workflow. All is well except my 100% coverage solution is reported as 0% running under GH Actions. The same project running on Travis (xenial)…
-
Hello everyone,
I'm currently trying to integrate my Pact Tests with a CI/CD pipeline. I have a .NET Core application that runs its tests and builds within a Docker container.
I am able to run…
-
Hi
I am using
nunit.framework 3.11.0.0
NUnit Console Runner 3.9.0
Please not I am using nunit as a system test tool.
When I have a call:
this.lyncGuiProcess = Process.Start("lync.exe");
Wi…