You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Barry Books <tr...@gmail.com> on 2016/05/04 11:27:01 UTC

Code coverage tools

I'm using JaCoCo to report on code coverage for test cases but my numbers
seem too low. From what I can tell pages/components/mixins and services
created with binder.bind are not instrumented. This makes some sense
because these cases are not used as is but that does not help my numbers
any. Are there any other coverage reporting tools that are better?