build: post report only if coverage changes

This commit is contained in:
stefanprodan
2020-03-23 12:51:21 +02:00
parent 1d43447994
commit 79759243d4

View File

@@ -8,4 +8,7 @@ coverage:
patch: off
comment:
require_changes: yes
require_changes: true
branches:
- "!docs"
- "!release"