Add a codecov.yml configuration (#8059)

Goal: avoid failing based on small coverage fluctuations.

See:

https://docs.codecov.com/docs/codecovyml-reference
This commit is contained in:
Stefan Holderbach 2023-02-13 00:04:18 +01:00 committed by GitHub
parent 1cd70d7505
commit 0f5ea16605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
codecov.yml Normal file
View File

@ -0,0 +1,14 @@
coverage:
status:
project:
default:
target: 55%
threshold: 2%
comment:
layout: reach, diff, files
behavior: default
require_base: yes
require_head: yes
after_n_builds: 2