Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 519 Bytes

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.