Improve codecov config (#27860)

This commit is contained in:
Renaud Chaput 2023-11-15 10:20:24 +01:00 committed by GitHub
parent 7c72944661
commit b6f29106ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/codecov.yml vendored Normal file
View file

@ -0,0 +1,13 @@
coverage:
status:
project:
default:
# Github status check is not blocking
informational: true
patch:
default:
# Github status check is not blocking
informational: true
comment:
# Only write a comment in PR if there are changes
require_changes: true