enable comment

This commit is contained in:
Patrick Kanzler 2023-08-10 00:08:08 +02:00
parent 6c9adcf624
commit 155e586527

View File

@ -8,5 +8,10 @@ coverage:
changes: off changes: off
range: "60...100" range: "60...100"
comment: off comment:
layout: " diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]