diff --git a/tests.edn b/tests.edn index a8aa60e0..1f70315d 100644 --- a/tests.edn +++ b/tests.edn @@ -1,3 +1,9 @@ #kaocha/v1 - #meta-merge [{:tests [{:id :unit - :test-paths ["common/test" "server/test"]}]}] \ No newline at end of file + {:tests [{:id :unit + :test-paths ["common/test" "server/test"]}] + :plugins [:kaocha.plugin/profiling + :kaocha.plugin/notifier + :kaocha.plugin/cloverage] + :cloverage/opts {:codecov? true + :test-ns-regex ["test.*"] + :src-ns-path ["server" "common"]}}