提交 91bf5c5f authored 作者: Thomas Mueller's avatar Thomas Mueller

Exclude PG server from code coverage.

上级 5f06183a
...@@ -126,7 +126,7 @@ public class Build extends BuildBase { ...@@ -126,7 +126,7 @@ public class Build extends BuildBase {
"-cp", "temp", "-cp", "temp",
"-sp", "src/main", "-sp", "src/main",
"-r", "html,txt", "-r", "html,txt",
"-ix", "-org.h2.test.*,-org.h2.dev.*,-org.h2.jaqu.*,-org.h2.mode.*", "-ix", "-org.h2.test.*,-org.h2.dev.*,-org.h2.jaqu.*,-org.h2.mode.*,-org.h2.server.pg.*",
"org.h2.test.TestAll")); "org.h2.test.TestAll"));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论