- JIRA link: https://issues.redhat.com/browse/QUARKUS-976
- Quarkus Guide: https://quarkus.io/guides/tests-with-coverage
- Release blog post: https://quarkus.io/blog/quarkus-1-13-0-final-released/#test-coverage-reports
- 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.
- Focus on exploratory testing of the feature
- Experiment with the extension using single module maven project generated using code.quarkus
- Experiment with the extension using several modules in Quarkus integration tests
- Experiment with the extension using standalone Maven project with several modules
- Experiment with the extension using standalone Maven project with several test modules
- Get aggregated report from all the modules available in Maven project
- New test to be added into Quarkus QE tests suite to cover scenario with
quarkus-jacoco
extension
The are no advanced topics to be checked as the extension is considered for Development support and its complexity is not high.