Join Slack
Powered by
This message was deleted.
# community-support
s
Slackbot
04/29/2023, 8:13 AM
This message was deleted.
a
Adam
04/30/2023, 9:23 AM
if you have a JVM project then I think the only standard option for coverage is JaCoCo’s requirements
https://docs.gradle.org/current/userguide/jacoco_plugin.html#sec:jacoco_report_violation_rules
If you wanted to make a custom plugin then there’s the possibility of
listening to build events
, and I think you should be able to get access to the
test completion results
. I think this API is intended to be used by IDEs, so they can show passed/failed tests, but it should be suitable for writing a simple plugin too.
r
Robert Elliot
05/01/2023, 3:49 PM
Cool, thanks, I'll look into
test completion results
👍 1
Open in Slack
Previous
Next