-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.edn
22 lines (21 loc) · 897 Bytes
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#kaocha/v1
{:tests
[{:id :unit
:source-paths ["src"
"components/antora/src"
"components/contextmapper/src"
"components/structurizr/src"
"components/statecharts/src"
"examples/statecharts/src"]
:test-paths ["test/src"
"components/antora/test/src"
"components/contextmapper/test/src"
"components/structurizr/test/src"
"components/statecharts/test/src"]
:skip-meta [:skip]
:focus-meta [:focus]}]}
; :cloverage/opts
; ;; Doseq reports false partial coverage (always yellow) due to how it macroexpands.
; ;; There is an option to disable instrumenting it, but that unfortunately also stops covering the whole body.
; ;; https://github.com/cloverage/cloverage/issues/23
; {:exclude-call [clojure.core/doseq]}}