(-main & args)
Produce test coverage report for some namespaces
Produce test coverage report for some namespaces
(capture idx form)
Eval the given form and record that the given line on the given files was run.
Eval the given form and record that the given line on the given files was run.
(cover idx)
Mark the given file and line in as having been covered.
Mark the given file and line in as having been covered.
(find-nses ns-paths regex-patterns)
Given ns-paths and regex-patterns returns:
Given ns-paths and regex-patterns returns: * empty sequence when ns-paths is empty and regex-patterns is empty * all namespaces on all ns-paths (if regex-patterns is empty) * all namespaces on the classpath that match any of the regex-patterns (if ns-paths is empty) * namespaces on ns-paths that match any of the regex-patterns
(form-for-suppressing-unselected-tests namespaces selectors test-func)
(load-namespaces {:keys [extra-test-ns ns-regex test-ns-regex ns-exclude-regex
src-ns-path test-ns-path]}
add-nses)
(report-results {:keys [text? html? raw? emma-xml? lcov? codecov? coveralls?
summary? colorize? low-watermark high-watermark
custom-report output]
:as opts}
project-opts
forms)
(run-main [{:keys [debug? junit? fail-threshold help? runner test-selectors
selector]
:as opts} add-nses help]
project-opts)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close