Skip to content

Commit c4f1b79

Browse files
fixed code coverage
1 parent 3418b51 commit c4f1b79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.cake

+1-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ Task("Test (Coverage)")
9090
WorkingDirectory = testProject.GetDirectory(),
9191
EnvironmentVariables = GitVersionEnvironmentVariables,
9292
}
93-
.WithFilter("+:JsonRpc")
94-
.WithFilter("+:Lsp")
93+
.WithFilter("+:OmniSharp.*")
9594
);
9695
})
9796
.Finally(() => {

0 commit comments

Comments
 (0)