Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.76 KB

QUARKUS-1255.md

File metadata and controls

27 lines (23 loc) · 1.76 KB

QUARKUS-1255 Dev support for JaCoCo extension

Scope of the testing

  • Focus on exploratory testing of the feature.
  • Extension has no impact on performance in production.
  • Small impact on test execution time as JaCoCo instruments classes to capture the coverage. On the other hand the same impact would be noted when JaCoCo is used directly, quarkus-jacoco extension makes user experience much nicer.
  • No impact for compatibility, extension is not used in application code.

Getting familiar with the feature

Automated test development

  • New test to be added into Quarkus QE tests suite to cover scenario with quarkus-jacoco extension

Advanced topics for test development

The are no advanced topics to be checked as the extension is considered for Development support and its complexity is not high.