Code coverage with AspectJ and Lombok -
we using lombok , other annotations (using aspectj) lot in our code , impacting branch coverage. there way exclude auto-generated code in code coverage calculations. using jacoco code coverage.
disclaimer: i'm clover developer @ atlassian.
did try other code coverage tools? instance, atlassian clover based on source code instrumentation (contrary jacoco or cobertura rely on bytecode instrumenation). different approach, clover more "transparent" bytecode-manipulating tools. using clover + lombok + aspectj should fine in case.
Comments
Post a Comment