Skip to content

Commit

Permalink
feat: add dashboard report
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-shirbandi committed Oct 8, 2023
1 parent 8eeb64f commit a98a3bb
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
],
"reporters": [
"html",
"progress"
]
"progress",
"dashboard"
],
"project-info": {
"module": "TaskoMask",
"name": "github.com/hamed-shirbandi/taskomask",
"version": "master"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
],
"reporters": [
"html",
"progress"
]
"progress",
"dashboard"
],
"project-info": {
"module": "TaskoMask",
"name": "github.com/hamed-shirbandi/taskomask",
"version": "master"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
],
"reporters": [
"html",
"progress"
]
"progress",
"dashboard"
],
"project-info": {
"module": "TaskoMask",
"name": "github.com/hamed-shirbandi/taskomask",
"version": "master"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
],
"reporters": [
"html",
"progress"
]
"progress",
"dashboard"
],
"project-info": {
"module": "TaskoMask",
"name": "github.com/hamed-shirbandi/taskomask",
"version": "master"
}
}
}
2 changes: 1 addition & 1 deletion src/6-Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Build : NukeBuild


Target RunMutationTests => _ => _
//.DependsOn(RunUnitTests)
.DependsOn(RunUnitTests)
.Executes(() =>
{
var testProjects = Solution.AllProjects.Where(s => s.Name.EndsWith(".Tests.Unit"));
Expand Down

0 comments on commit a98a3bb

Please sign in to comment.