We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccebb9 commit 5b9a919Copy full SHA for 5b9a919
build.cake
@@ -318,7 +318,7 @@ Task("Upload-Coverage-Result-Coveralls")
318
}
319
}).OnError (exception =>
320
{
321
- Error(exception.Message);
+ Information(exception.Message);
322
Information($"Failed to upload coverage result to Coveralls, but continuing with next Task...");
323
publishingError = true;
324
});
@@ -343,7 +343,7 @@ Task("Upload-Coverage-Result-Codecov")
343
344
345
346
347
Information($"Failed to upload coverage result to Codecov, but continuing with next Task...");
348
349
0 commit comments