-
**Describe the bug**
It seems like there is an issue with the new task option `publishCodeCoverageResults` and relative paths. If `targetdir` is a relative path (like shown in the recommendation in t…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported
### Cake runner
…
-
I am trying to figure out the easiest way to get the coverage data for our projects.
For my project I have multiple ways I need to generate test data. In the first case, it is through the standard…
-
Given
```
public class ToTest
{
public int BranchNotCovered(bool takeBranch)
{
string canBeNull = null;
if (takeBranch)
{
…
-
Is there a possibility that altcover is reporting a dataset which codecov assumes there are lines written by code ?
I will probably share the artifacts but was curious on datapoints on this -…
-
When I add the AltCover package to all the projects in my solution, the `dotnet test` command will run all projects in the solution as if they were tests. Without the AltCover package, `dotnet test` o…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported
### Cake ru…
-
I have a problem with couple of my tests. I generally observed that prig has issues with static methods with optional arguments. Not always though - I tried to reproduce this on a side project but I c…
-
**Describe the bug**
After throwing an exception via a method the method ending ``}`` is not being marked as covered.
**To Reproduce**
```csharp
public static void EnsureNull(int? value)
…
-
After activating a couple of devices via clicking on them in scene and switching between channels in tabletUI or via plugin tab in OpenCOVER all visible billboards should update after switching channe…
MDjur updated
7 months ago