RackSec / desdemona

Data-backed security operations
Eclipse Public License 1.0
2 stars 7 forks source link

Add ClojureScript code coverage #70

Open lvh opened 8 years ago

lvh commented 8 years ago

All ClojureScript code is tested, but we don't measure our test coverage. This is primarily due to a limitation in cloverage. We should test both and merge the results.

lvh commented 8 years ago

Another way for us to do this may be through source maps + remap-istanbul/istanbul-coverage-source-map.

see: https://www.sitepen.com/blog/2015/09/29/code-coverage-for-typescript-and-other-transpiled-languages/