-
I am running coverlet in a self-hosted GitLab instance to collect code coverage for Sonarqube.
Problem is, we have Windows runners and the test job and the sonar job can run in different absolute pat…
-
Creation / completion of unit tests (JUnit...) + measuring the code coverage of tests and expanding the test set based on this (JaCoCo, OpenCover, Coveralls, Codecov.io...)
-
### What You Are Seeing?
When I include the tool for Cake.Squirrel
```
#tool Squirrel.Windows
```
along with my own custom addin that depends on System.IO.Compression I end up getting a Missi…
-
The functions SDK for dotnet isolated performs an inner-restore/build/publish to discover and collect WebJobs extensions required to support worker extensions. This works fine for most cases; however,…
jviau updated
1 month ago
-
I have the following sample code:
```cs
public class Sample
{
public string Method(int i)
{
if (i > 0)
{
return $"Value: '{i}'";
}
else
…
-
Its simply not working no scripts are loaded see the zip in this issue https://github.com/cake-build/cake/issues/1588 i get messages indicating that it cant find variables etc that live inside the #lo…
-
Follow up https://github.com/danielpalme/ReportGenerator/issues/405
we could add a flag `--deterministc-report` and in case we're in a deterministic build use deterministic path instead of reconst…
-
Our privately-hosted SonarQube instance has been yielding the below error ever since we upgraded it to version 8.0.0 a few days ago:
`Unhandled exception. System.UnauthorizedAccessException: Access…
-
If the coverlet data collector is configured via a .runsettings file and set to `enabled=True`, the InProcessDataCollector isn't added to the vstest.console's internal .runsettings memory representati…
-
Vulnerable Library - opencover.4.7.1221.nupkg
An open source code coverage tool (branch and sequence point) for all .NET Frameworks 2 and above. A...
Library home page: https://api.nuget.org/package…