Coverage reports are useful. Coverage targets are where teams get weird.

This piece shows a better workflow: generate a JaCoCo report from a Quarkus app, feed it to IBM Bob, and let the agent rank the testing gaps that matter before it writes anything.

https://www.the-main-thread.com/p/jacoco-test-coverage-bob

#Quarkus #Java #Testing #JaCoCo

Improving Test Coverage in Quarkus with JaCoCo and IBM Bob

Watch now | Use a JaCoCo report to show IBM Bob where your Quarkus codebase still needs tests, prioritize the gaps that matter, and generate coverage work phase by phase.

The Main Thread

Black-box тесты на Java: функциональные тесты за секунды и в параллель и почему я остался на своих

Я наткнулся на подход к функциональным тестам, который меня по-настоящему удивил. Тесты в нём вообще не знают, что внутри Spring: стучатся в реально поднятый сервис по HTTP, как обычный клиент, гоняются параллельно и проходят за секунды. Я разбирал это на код-ревью и сначала прифигел, а потом не стал переходить на него сам, но кое-что забрал себе. В статье сравниваю оба подхода, разбираюсь где какой уместен, и показываю три вещи, которые подсмотрел и притащил в свой Spring Сравнить подходы

https://habr.com/ru/articles/1044626/

#функциональные_тесты #интеграционные_тесты #blackbox_тесты #Spring_Boot #Testcontainers #JaCoCo #flakyтесты #покрытие_кода #Java #тестирование

Black-box тесты на Java: функциональные тесты за секунды и в параллель и почему я остался на своих

TL;DR Я наткнулся на подход к функциональным тестам, который меня по-настоящему удивил. Тесты в нём вообще не знают, что внутри Spring. Они стучатся в реально поднятый сервис по HTTP, как обычный...

Хабр

I've just released version 1.0.0 of the JaCoCo Report Extension for bld

#bld #buildsystem #buildtool #coverage #github #jacoco #java

https://github.com/rife2/bld-jacoco-report/releases/tag/1.0.0

Release 1.0.0 · rife2/bld-jacoco-report

Summary Support merging multiple exec files Added nullability contracts with strict validation Added inclusive/exclusive pattern matching & filtering Improved report generation and diagnostics Imp...

GitHub

I've just released version 0.9.13 of the JaCoCo Report Extension for bld

#bld #buildsystem #buildtool #coverage #github #jacoco #java

https://github.com/rife2/bld-jacoco-report/releases/tag/0.9.13

foojay – a place for friends of OpenJDK

foojay is the place for all OpenJDK Update Release Information. Learn More.

foojay

【生成AI活用】ゼロから2日でできる!Java自動テスト(UT/IT/E2E)導入ガイド【692件実例付】
https://qiita.com/ntaka329/items/9bfb2a2c136dbf49f2de?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #テスト #Mockito #hamcrest #jacoco #生成AI

【生成AI活用】ゼロから2日でできる!Java自動テスト(UT/IT/E2E)導入ガイド【692件実例付】 - Qiita

はじめに GMOコネクトの永田です。 5年ぶりぐらいにJava BackendなAPI Serverのメンテナンスに関わりました。 幸か不幸か、自動テストが全く導入されていなかったプロジェクトだったため(Mavenなどもなかったですが😇)、Github Copilotと相...

Qiita

I've just released version 0.9.12 of the JaCoCo Report Extension for bld

#bld #buildsystem #buildtool #coverage #github #jacoco #java

https://github.com/rife2/bld-jacoco-report/releases/tag/0.9.12

Release 0.9.12 · rife2/bld-jacoco-report

Summary Support for JaCoCo 0.8.14 Support for JDK 25 What's Changed in 0.9.12 Bump JaCoCo to version 0.8.14 in 0a76b4d Run reporter step only when tests step fails in da82993 Bump Testing Helper...

GitHub
@johanvos Nice. It looks like #JaCoCo is now quantum ready 😁

Today we received a pure AI generated PR in #JaCoCo. While the content is actual impressive it has several flaws.

https://github.com/jacoco/jacoco/pull/1906

My feeling about this is what I added as a comment: "I don't feel like spending my personal free time for other's laziness."

How do you deal with pure AI contributions?

Option for method level only probing by AntiGameZ · Pull Request #1906 · jacoco/jacoco

GitHub
Know What You’re Testing: Mastering Code Coverage in Quarkus with JaCoCo
A hands-on guide for Java developers to generate, visualize, and improve test coverage in Quarkus applications
https://myfear.substack.com/p/quarkus-jacoco-test-coverage
#Java #Jacoco #Testing #Junit #CodeQuality