/boot-spec-coverage

Clojure.spec coverage checking with the Boot build tool.

Primary LanguageClojureApache License 2.0Apache-2.0

boot-spec-coverage

[sparkfund/boot-spec-coverage "0.4.0"]

Check if your clojure.spec.alpha specs are actually exercised in your test suite.

Usage

In boot, add the following to your build file.

(require '[sparkfund.spec-coverage :refer :all])`

Then boot spec-coverage will trigger the coverage checker.

To opt-out of coverage per-var, attach :spark/no-boot-spec-coverage metadata to your var.

License

Copyright © 2017 SparkFund

Distributed under the Apache License, Version 2.0.