Skip to content

Commit

Permalink
Fix running of client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymash committed Mar 24, 2018
1 parent fc15b63 commit c11b0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ var unitTestAssemblies = new []
{
@"./src/Evelyn.Management.Api.Rest.Tests/Evelyn.Management.Api.Rest.Tests.csproj",
@"./src/Evelyn.Core.Tests/Evelyn.Core.Tests.csproj",
@"./src/Evelyn.Management.Api.Rest.Tests/Evelyn.Management.Api.Rest.Tests.csproj",
@"./src/Evelyn.Client.Tests/Evelyn.Client.Tests.csproj",
};
var netFrameworkUnitTestAssemblies = new []
{
@"./src/Evelyn.Storage.EventStore.Tests/bin/"+compileConfig+"/net461/Evelyn.Storage.EventStore.Tests.dll",
};
var openCoverSettings = new OpenCoverSettings();
var minCodeCoverage = 91d;
var minCodeCoverage = 90d;
var coverallsRepoToken = "coveralls-repo-token-evelyn";

// integration testing
Expand Down

0 comments on commit c11b0d8

Please sign in to comment.