Skip to content

Commit

Permalink
Add codecov support
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Nov 2, 2023
1 parent d125293 commit 9655eb9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#kaocha/v1
#meta-merge [{:tests [{:id :unit
:test-paths ["common/test" "server/test"]}]}]
{: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"]}}

0 comments on commit 9655eb9

Please sign in to comment.