Codecov: post comment only if there are coverage changes AND 2 reports have been received

We upload coverage for unit tests and integration tests separately.
This should prevent showing incorrect info and reduce spam

[skip ci]
[CI SKIP]

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2023-01-31 09:35:25 +01:00
parent b858f84e14
commit 24e3f035ff
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ coverage:
comment:
layout: "header, diff, changes, uncovered, tree"
behavior: default
require_changes: true
after_n_builds: 2
github_checks:
annotations: false