Skip to content

Commit 2a26263

Browse files
committed
Disable codecov for now
1 parent 60a4019 commit 2a26263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Build.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ class Build : NukeBuild,
8181
public IEnumerable<Project> TestProjects => From<IHazSolution>().Solution.GetProjects("*.Tests");
8282

8383
public bool CreateCoverageHtmlReport => true;
84-
public bool ReportToCodecov => RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
84+
public bool ReportToCodecov => false; // TODO: #74 RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
8585

86-
public Configure<ReportGeneratorSettings> ReportGeneratorSettings => _ => _.SetFramework("net6.0");
86+
public Configure<ReportGeneratorSettings> ReportGeneratorSettings => x => x.SetFramework("net6.0");
8787

8888
string PublicNuGetSource => "https://api.nuget.org/v3/index.json";
8989

0 commit comments

Comments
 (0)