Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Runs lein test but tracks coverage of type annotations via types-to-schema.

License

Notifications You must be signed in to change notification settings

SparkFund/lein-types-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-types-coverage

runs the equivalent of lein test while tracking calls to core.typed annotated functions wrapped with https://github.com/SparkFund/types-to-schema. Alerts you if you have functinos that are annotated but never wrapped in any test namespace, and any functions that are wrapped but never called in any test.

Usage is the same as lein test, for example:

lein types-coverage lein types-coverage :integration lein types-coverage only.this.test.namespace

This plugin uses the project's core.typed library, which needs to be core.typed >= 0.3.14

License

Copyright © 2015

Distributed under the Apache License, Version 2.0.

About

Runs lein test but tracks coverage of type annotations via types-to-schema.

Resources

License

Stars

Watchers

Forks

Packages

No packages published