Skip to content

Commit

Permalink
Fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
olsh committed Mar 27, 2019
1 parent ebbd1e5 commit 328f973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Task("CodeCoverage")
ArgumentCustomization = args => args
.Append("/p:CollectCoverage=true")
.Append("/p:CoverletOutputFormat=opencover")
.Append("/p:INclude=\"[Todoist.Net]*\"")
};

DotNetCoreTest(testProjectFile, settings);
Expand Down

0 comments on commit 328f973

Please sign in to comment.